Skip to content

Commit c279581

Browse files
committed
Exclude Laravel 13 with PHP 8.2 from test matrix
1 parent b08eeb3 commit c279581

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/php-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
matrix:
1111
laravel: [11, 12, 13]
1212
php: [8.2, 8.3, 8.4]
13+
exclude:
14+
- laravel: 13
15+
php: 8.2
1316

1417
steps:
1518
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)