Skip to content

Commit c4f562f

Browse files
committed
ci: update test matrix to exclude some needed combinations
- Laravel 10 supports PHP 8.1 - 8.3 only - Laravel 11 supports PHP 8.2 - 8.4 only
1 parent 48a6bc6 commit c4f562f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,14 @@ jobs:
3434
testbench: 11.*
3535
carbon: ^3.0
3636
exclude:
37+
- laravel: 10.*
38+
php: 8.4
39+
- laravel: 10.*
40+
php: 8.5
3741
- laravel: 11.*
3842
php: 8.1
43+
- laravel: 11.*
44+
php: 8.5
3945
- laravel: 12.*
4046
php: 8.1
4147
- laravel: 13.*

0 commit comments

Comments
 (0)