diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 723a953..c2a07ee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1"] + php-version: ["8.1", "8.2"] steps: - uses: actions/checkout@v3 - name: Install xmllint diff --git a/PhpMyAdmin/ruleset.xml b/PhpMyAdmin/ruleset.xml index 9187f15..c17343e 100644 --- a/PhpMyAdmin/ruleset.xml +++ b/PhpMyAdmin/ruleset.xml @@ -7,9 +7,6 @@ - - - @@ -20,24 +17,19 @@ - - + - + - - - + - + - - - + - + diff --git a/composer.json b/composer.json index 53cc555..94e3ea3 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ "issues": "https://github.com/phpmyadmin/coding-standard/issues" }, "require": { - "php": "^7.1 || ^8.0", - "doctrine/coding-standard": "^9.0.0", - "squizlabs/php_codesniffer": "^3.6.0" + "php": "^8.1", + "doctrine/coding-standard": "^13", + "squizlabs/php_codesniffer": "^3.7" }, "config": { "sort-packages": true,