Skip to content

Commit 213024f

Browse files
committed
Fix matrix and drop PHP 7.2 and 7.3 support
1 parent d63bf09 commit 213024f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: [8.1, 8.0, 7.4, 7.3, 7.2]
15-
laravel: [8.*, 7.*, 6.*]
14+
php: [8.1, 8.0, 7.4]
15+
laravel: [9.*, 8.*, 7.*, 6.*]
1616
os: [ubuntu-latest]
1717
include:
1818
- laravel: 9.*
@@ -24,14 +24,8 @@ jobs:
2424
- laravel: 6.*
2525
testbench: 4.*
2626
exclude:
27-
- laravel: 9.*
28-
php: 7.2
29-
- laravel: 9.*
30-
php: 7.3
3127
- laravel: 9.*
3228
php: 7.4
33-
- laravel: 8.*
34-
php: 7.2
3529
- laravel: 6.*
3630
php: 8.1
3731
- laravel: 7.*

0 commit comments

Comments
 (0)