Skip to content

Commit 9aac7e4

Browse files
committed
Update GitHub Actions for Laravel 13
1 parent 197d1c9 commit 9aac7e4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
php: [8.4, 8.3, 8.2, 8.1, 8.0]
14-
laravel: ['9.*', '10.*', '11.*', '12.*']
14+
laravel: ['9.*', '10.*', '11.*', '12.*', '13.*']
1515
dependency-version: [prefer-lowest, prefer-stable]
1616
include:
1717
- laravel: 10.*
@@ -22,6 +22,8 @@ jobs:
2222
testbench: 9.*
2323
- laravel: 12.*
2424
testbench: 10.*
25+
- laravel: 13.*
26+
testbench: 11.*
2527
exclude:
2628
- laravel: 10.*
2729
php: 8.0
@@ -35,6 +37,12 @@ jobs:
3537
php: 8.1
3638
- laravel: 12.*
3739
php: 8.0
40+
- laravel: 13.*
41+
php: 8.2
42+
- laravel: 13.*
43+
php: 8.1
44+
- laravel: 13.*
45+
php: 8.0
3846

3947
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
4048

0 commit comments

Comments
 (0)