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 05d871a commit 79d4633Copy full SHA for 79d4633
.github/workflows/run-tests.yml
@@ -33,7 +33,7 @@ jobs:
33
testbench: 8.*
34
exclude:
35
- laravel: 10.*
36
- php: 8.3
+ php: [8.4, 8.3]
37
38
39
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
0 commit comments