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 1295444 commit 4aa98ecCopy full SHA for 4aa98ec
.github/workflows/ci.yml
@@ -8,17 +8,17 @@ jobs:
8
strategy:
9
fail-fast: true
10
matrix:
11
- php: [8.3, 8.2, 8.1]
12
- laravel: [11.*, 10.*]
+ php: [8.4, 8.3, 8.2]
+ laravel: [11.*]
13
stability: [prefer-lowest, prefer-stable]
14
include:
15
- laravel: 11.*
16
testbench: 9.*
17
- - laravel: 10.*
18
- testbench: 8.*
19
- exclude:
20
- - laravel: 11.*
21
- php: 8.1
+# - laravel: 10.*
+# testbench: 8.*
+# exclude:
+# - laravel: 11.*
+# php: 8.1
22
23
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
0 commit comments