We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b051a6 commit 1a2690bCopy full SHA for 1a2690b
.github/workflows/php-package-ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- php: [ 7.4, 8.0 ]
+ php: [ 8.1 ]
13
steps:
14
- uses: actions/checkout@v2
15
- uses: shivammathur/setup-php@v2
composer.json
@@ -2,9 +2,9 @@
2
"name": "pd/coding-standard",
3
"description": "Coding standard pro PeckaDesign",
4
"require": {
5
- "php": "7.4.* || 8.*",
+ "php": "^8.1",
6
"squizlabs/php_codesniffer": "3.*",
7
- "slevomat/coding-standard": "7.0.*",
+ "slevomat/coding-standard": "8.*",
8
"escapestudios/symfony2-coding-standard": "3.*"
},
"license": "MIT",
0 commit comments