Skip to content

Commit c24a0cf

Browse files
authored
Test Laravel 12
1 parent a2082bb commit c24a0cf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,18 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
php: [8.2, 8.1, 8.0]
24+
php: [8.4, 8.3, 8.2, 8.1]
2525
laravel: ['9.*', '10.*', '11.*']
2626
dependency-version: [prefer-lowest, prefer-stable]
2727
exclude:
28+
- laravel: 9.*
29+
php: 8.4
2830
- laravel: 10.*
29-
php: 8.0
31+
php: 8.4
3032
- laravel: 11.*
3133
php: 8.1
32-
- laravel: 11.*
33-
php: 8.0
34+
- laravel: 12.*
35+
php: 8.1
3436

3537
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3638

0 commit comments

Comments
 (0)