Skip to content

Commit 23f714c

Browse files
committed
Support PHPUnit 11
1 parent ff8554a commit 23f714c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
- laravel: 12.*
2323
testbench: 10.*
2424
workbench: 10.*
25-
exclude:
26-
- php: 8.2
27-
laravel: 12.*
2825

2926
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3027

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"laravel/pint": "^1.10",
2626
"orchestra/testbench": "^8.14|^9.0|^10.0",
2727
"orchestra/workbench": "^8.0|^9.0|^10.0",
28-
"phpunit/phpunit": "^10.5"
28+
"phpunit/phpunit": "^10.5|^11.5"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)