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 230513c commit 0e56be5Copy full SHA for 0e56be5
.github/workflows/run-tests.yml
@@ -9,25 +9,16 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest]
12
- php: [8.3, 8.2, 8.1, 8.0]
13
- laravel: [11.*, 10.*, 9.*, 8.*]
+ php: [8.4, 8.3, 8.2]
+ laravel: [12.*, 11.*, 10.*]
14
stability: [prefer-stable]
15
include:
16
+ - laravel: 12.*
17
+ testbench: ^10.0
18
- laravel: 11.*
19
testbench: ^9.0
20
- laravel: 10.*
21
testbench: ^8.0
- - laravel: 9.*
- testbench: ^7.0
22
- - laravel: 8.*
23
- testbench: ^6.23
24
- exclude:
25
- - laravel: 11.*
26
- php: 8.1
27
28
- php: 8.0
29
- - laravel: 10.*
30
31
32
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
33
0 commit comments