Skip to content

Commit d2b3b71

Browse files
author
Robert Allport
authored
Exclude PHP 7.2 from Laravel 8 Travis build matrix
1 parent 438aaf1 commit d2b3b71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ env:
1111
- Laravel=7.x
1212
- Laravel=6.x
1313
- Laravel=5.8.x
14+
15+
matrix:
16+
exclude:
17+
# Unsupported combinations
18+
- { env: Laravel=8.x, php: 7.2 }
1419

1520
install:
1621
- travis_retry composer require --dev "laravel/framework:${Laravel}" --no-interaction

0 commit comments

Comments
 (0)