Skip to content

Commit

Permalink
Only use 8.X in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adoy committed Feb 14, 2023
1 parent 2c3df41 commit a2db25b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2]
include:
- php: 8.1
analysis: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^8.0|^9.0|^10.0",
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "@stable"
},
"autoload": {
Expand Down

0 comments on commit a2db25b

Please sign in to comment.