Skip to content

Commit 6b72895

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent b62d6e8 commit 6b72895

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,23 @@ jobs:
1515
matrix:
1616
os: [ubuntu-20.04]
1717
php: [8.4, 8.3, 8.2, 8.1]
18-
laravel: ["10.*", "11.*"]
18+
laravel: ['10.*', '11.*', '12.*']
1919
ffmpeg: [5.0, 4.4]
2020
dependency-version: [prefer-lowest, prefer-stable]
2121
include:
2222
- laravel: 10.*
2323
testbench: 8.*
2424
- laravel: 11.*
2525
testbench: 9.*
26+
- laravel: 12.*
27+
testbench: 10.*
2628
exclude:
2729
- laravel: 11.*
2830
php: 8.1
2931
- laravel: 10.*
3032
php: 8.4
33+
- laravel: 12.*
34+
php: 8.1
3135

3236
name: ${{ matrix.os }} - P${{ matrix.php }} - L${{ matrix.laravel }} - FF${{ matrix.ffmpeg }} - ${{ matrix.dependency-version }}
3337

0 commit comments

Comments
 (0)