We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d3581 commit 341d9baCopy full SHA for 341d9ba
1 file changed
.github/workflows/phpunit.yml
@@ -20,6 +20,9 @@ jobs:
20
testbench: 8.*
21
- laravel: 11.*
22
testbench: 9.x-dev
23
+ exclude:
24
+ - laravel: 11.*
25
+ php: 8.1
26
27
timeout-minutes: 10
28
0 commit comments