Skip to content

Commit

Permalink
Update test run with php 8.3 and re-add older phpunit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelw85 committed May 15, 2024
1 parent ee885a3 commit ded96c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1, 8.0]
php: [8.3, 8.2, 8.1, 8.0]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"symfony/console": "<5.2"
},
"require-dev": {
"phpunit/phpunit": "^11.0"
"phpunit/phpunit": "^8.6 | ^9.0 | ^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ded96c8

Please sign in to comment.