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 cad2feb commit e29dd88Copy full SHA for e29dd88
.github/workflows/run-tests.yml
@@ -12,16 +12,20 @@ jobs:
12
matrix:
13
os: [ubuntu-latest]
14
php: [8.1, '8.2']
15
- laravel: ['10.*', '11.*']
+ laravel: ['10.*', '11.*', '12.*']
16
stability: [prefer-lowest, prefer-stable]
17
include:
18
- laravel: 10.*
19
testbench: 8.*
20
- laravel: 11.*
21
testbench: 9.*
22
+ - laravel: 12.*
23
+ testbench: 10.*
24
exclude:
25
26
php: 8.1
27
28
+ php: 8.1
29
30
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
31
0 commit comments