diff --git a/.github/workflows/php-package-ci.yml b/.github/workflows/php-package-ci.yml index 0985c72..916fe5c 100644 --- a/.github/workflows/php-package-ci.yml +++ b/.github/workflows/php-package-ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ 7.4, 8.0 ] + php: [ 8.1 ] steps: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index 9ab5c50..7f78c1e 100644 --- a/composer.json +++ b/composer.json @@ -2,9 +2,9 @@ "name": "pd/coding-standard", "description": "Coding standard pro PeckaDesign", "require": { - "php": "7.4.* || 8.*", + "php": "^8.1", "squizlabs/php_codesniffer": "3.*", - "slevomat/coding-standard": "7.0.*", + "slevomat/coding-standard": "8.*", "escapestudios/symfony2-coding-standard": "3.*" }, "license": "MIT",