Skip to content

Commit

Permalink
build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aporat committed Feb 6, 2025
1 parent 990453a commit 7906729
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 @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.2, 8.3, 8.4]
php: [8.2, 8.3, 8.4]
os: [ubuntu-latest]
coverage: [none]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"robrichards/xmlseclibs": "^3.0.4"
},
"require-dev": {
"phpunit/phpunit": "^9.0|^10.0|^11.0"
"phpunit/phpunit": "^10.0|^11.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 7906729

Please sign in to comment.