Skip to content

Commit

Permalink
Fix PHP UNIT support
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Elimah authored and Elias Elimah committed Mar 21, 2024
1 parent 261fe02 commit 5a8c1d1
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 @@ -63,7 +63,7 @@ jobs:
stability: [ prefer-lowest, prefer-stable ]
include:
- laravel: 11.*
testbench: 9.*
testbench: 8.*
carbon: ^2.63

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.6 || ^10.0",
"phpunit/phpunit": "^9.6",
"roave/security-advisories": "dev-latest",
"spatie/laravel-ray": "^1.32"
},
Expand Down

0 comments on commit 5a8c1d1

Please sign in to comment.