We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8554a commit 23f714cCopy full SHA for 23f714c
.github/workflows/run-tests.yml
@@ -22,9 +22,6 @@ jobs:
22
- laravel: 12.*
23
testbench: 10.*
24
workbench: 10.*
25
- exclude:
26
- - php: 8.2
27
28
29
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
30
composer.json
@@ -25,7 +25,7 @@
"laravel/pint": "^1.10",
"orchestra/testbench": "^8.14|^9.0|^10.0",
"orchestra/workbench": "^8.0|^9.0|^10.0",
- "phpunit/phpunit": "^10.5"
+ "phpunit/phpunit": "^10.5|^11.5"
},
"autoload": {
31
"psr-4": {
0 commit comments