Skip to content

Commit fada03d

Browse files
committed
Run Tests on Laravel 12
1 parent 89412ca commit fada03d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/run-tests.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.4, 8.3, 8.2, 8.1, 8.0]
13-
laravel: [9.*, 10.*, 11.*]
13+
laravel: [9.*, 10.*, 11.*, 12.*]
1414
dependency-version: [prefer-stable]
1515
include:
1616
- laravel: 9.*
@@ -19,13 +19,19 @@ jobs:
1919
testbench: 8.*
2020
- laravel: 11.*
2121
testbench: 9.*
22+
- laravel: 12.*
23+
testbench: 10.*
2224
exclude:
2325
- laravel: 10.*
2426
php: 8.0
2527
- laravel: 11.*
2628
php: 8.0
2729
- laravel: 11.*
2830
php: 8.1
31+
- laravel: 12.*
32+
php: 8.0
33+
- laravel: 12.*
34+
php: 8.1
2935

3036
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
3137

0 commit comments

Comments
 (0)