Skip to content

Commit 341d9ba

Browse files
committed
Don't test with 8.1 for Laravel 11
1 parent 96d3581 commit 341d9ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
testbench: 8.*
2121
- laravel: 11.*
2222
testbench: 9.x-dev
23+
exclude:
24+
- laravel: 11.*
25+
php: 8.1
2326

2427
timeout-minutes: 10
2528

0 commit comments

Comments
 (0)