Skip to content

Commit d27f805

Browse files
committed
Do not run tests on PHP 7.3
1 parent f457029 commit d27f805

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ '7.3', '7.4', '8.0', '8.1' ]
12+
php: [ '7.4', '8.0', '8.1' ]
1313
laravel: [ '6.*', '7.*', '8.*', '9.*' ]
1414
stability: [ prefer-lowest, prefer-stable ]
1515
exclude:
1616
- laravel: '6.*'
1717
php: '8.1'
1818
- laravel: '7.*'
1919
php: '8.1'
20-
- laravel: '9.*'
21-
php: '7.3'
2220
- laravel: '9.*'
2321
php: '7.4'
2422

0 commit comments

Comments
 (0)