Skip to content

Commit 4970efb

Browse files
committed
ci: exclude older php version with laravel 9
1 parent f1e06fb commit 4970efb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
php: [ 7.3, 7.4, 8.0 ]
1919
laravel: [ '^6.10', '^8.0', '^9.0' ]
2020
dependency-version: [prefer-lowest, prefer-stable]
21+
exclude:
22+
- php: 7.4
23+
laravel: '^9.0'
24+
- php: 7.3
25+
laravel: '^9.0'
2126

2227
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2328

0 commit comments

Comments
 (0)