Skip to content

Commit eb6b77f

Browse files
committed
Drop unsupported version
1 parent aba4262 commit eb6b77f

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,21 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: [7.4, 8.0, 8.1, 8.2, 8.3]
17-
laravel: [8.*, 9.*, 10.*, 11.*]
16+
php: [8.0, 8.1, 8.2, 8.3]
17+
laravel: [8.*, 9.*, 10.*]
1818
dependency-version: [prefer-lowest, prefer-stable]
1919
include:
20-
- laravel: 11.*
21-
testbench: 9.*
2220
- laravel: 10.*
2321
testbench: 8.*
2422
- laravel: 9.*
2523
testbench: 7.*
2624
- laravel: 8.*
2725
testbench: 6.*
2826
exclude:
29-
- laravel: 11.*
30-
php: 7.4
27+
# Laravel 10 requires PHP 8.1+
3128
- laravel: 10.*
32-
php: 7.4
29+
php: 8.0
30+
# Laravel 9 requires PHP 8.0+
3331
- laravel: 9.*
3432
php: 7.4
3533

0 commit comments

Comments
 (0)