Skip to content

Commit 17d5d36

Browse files
committed
Stop testing super old stuff
1 parent d1503f1 commit 17d5d36

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [ 7.4, 8.0, 8.1, 8.2, 8.3 ]
18-
laravel: [ 8.*, 9.*, 10.*, 11.* ]
17+
php: [ 8.1, 8.2, 8.3 ]
18+
laravel: [ 9.*, 10.*, 11.* ]
1919
guzzle: [ 6.*, 7.* ]
2020
dependency-version: [ prefer-lowest, prefer-stable ]
2121
include:
22-
- laravel: 8.*
23-
testbench: 6.*
24-
2522
- laravel: 9.*
2623
testbench: 7.*
2724

@@ -32,42 +29,20 @@ jobs:
3229
testbench: 9.*
3330

3431
exclude:
35-
# PHP 8.1 requires Laravel 8.65, so skip lowest
36-
- laravel: 8.*
37-
php: 8.1
38-
dependency-version: prefer-lowest
39-
40-
- laravel: 9.*
41-
php: 7.4
42-
4332
# Laravel 9 requires Guzzle ^7.2
4433
- laravel: 9.*
4534
guzzle: 6.*
4635

47-
# Only test PHP 8.2 with Laravel 9
48-
- laravel: 8.*
49-
php: 8.2
50-
5136
# PHP 8.2 requires Laravel 9.33 at least, so skip lowest
5237
- laravel: 9.*
5338
php: 8.2
5439
dependency-version: prefer-lowest
5540

56-
# Laravel 10 requires PHP 8.1
57-
- laravel: 10.*
58-
php: 7.4
59-
- laravel: 10.*
60-
php: 8.0
61-
6241
# Laravel 10 requires Guzzle ^7.2
6342
- laravel: 10.*
6443
guzzle: 6.*
6544

6645
# Laravel 11 requires PHP 8.2
67-
- laravel: 11.*
68-
php: 7.4
69-
- laravel: 11.*
70-
php: 8.0
7146
- laravel: 11.*
7247
php: 8.1
7348

0 commit comments

Comments
 (0)