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 8b0d0d5 commit fe05855Copy full SHA for fe05855
.github/workflows/run-tests.yml
@@ -17,13 +17,15 @@ jobs:
17
matrix:
18
os: [ubuntu-latest]
19
php: [8.4, 8.3, 8.2]
20
- laravel: ["10.*", "11.*"]
+ laravel: ['10.*', '11.*', '12.*']
21
stability: [prefer-lowest, prefer-stable]
22
include:
23
- laravel: 10.*
24
testbench: ^8.0
25
- laravel: 11.*
26
testbench: ^9.0
27
+ - laravel: 12.*
28
+ testbench: ^10.0
29
30
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
31
0 commit comments