Skip to content

Commit 4123699

Browse files
author
Adalbert Makarovych
committed
Removed testing of older Laravel versions
1 parent fd738b6 commit 4123699

File tree

1 file changed

+4
-58
lines changed

1 file changed

+4
-58
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -18,66 +18,12 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
22-
laravel: [8.*, 9.*, 10.*, 11.*]
21+
php: [8.2, 8.3, 8.4]
22+
laravel: [12.*]
2323
dependency-version: [prefer-lowest, prefer-stable]
2424
include:
25-
- laravel: 8.*
26-
testbench: 6.*
27-
28-
- laravel: 9.*
29-
testbench: 7.*
30-
31-
- laravel: 10.*
32-
testbench: 8.*
33-
34-
- laravel: 11.*
35-
testbench: 9.*
36-
37-
exclude:
38-
# Laravel 8.0 has type incompatibilities with PHP 8.1.
39-
- laravel: 8.*
40-
php: 8.1
41-
dependency-version: prefer-lowest
42-
43-
- laravel: 8.*
44-
php: 8.2
45-
46-
- laravel: 8.*
47-
php: 8.3
48-
49-
- laravel: 8.*
50-
php: 8.4
51-
52-
# Laravel 9 requires PHP 8.0.
53-
- laravel: 9.*
54-
php: 7.3
55-
56-
- laravel: 9.*
57-
php: 7.4
58-
59-
# Laravel 10 requires PHP 8.1
60-
- laravel: 10.*
61-
php: 7.3
62-
63-
- laravel: 10.*
64-
php: 7.4
65-
66-
- laravel: 10.*
67-
php: 8.0
68-
69-
# Laravel 11 requires PHP 8.2
70-
- laravel: 11.*
71-
php: 7.3
72-
73-
- laravel: 11.*
74-
php: 7.4
75-
76-
- laravel: 11.*
77-
php: 8.0
78-
79-
- laravel: 11.*
80-
php: 8.1
25+
- laravel: 12.*
26+
testbench: 10.*
8127

8228
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
8329

0 commit comments

Comments
 (0)