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 1666804 commit 1cf135aCopy full SHA for 1cf135a
.github/workflows/main.yml
@@ -29,16 +29,18 @@ jobs:
29
php: '8.1'
30
- laravel: 8.*
31
testbench: 9.*
32
+ - laravel: 8.*
33
+ testbench: 10.*
34
- laravel: 11.*
35
testbench: 6.*
36
+ - laravel: 11.*
37
38
- laravel: 12.*
39
php: '8.0'
40
41
- - testbench: 10.*
- php: '8.0'
- php: '8.1'
42
+ - laravel: 12.*
43
+ testbench: 9.*
44
45
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
46
0 commit comments