Skip to content

Commit d59bb07

Browse files
committed
Ignore platform reqs on php8 and allow fail
1 parent 1d96bf0 commit d59bb07

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ cache:
44
directories:
55
- $HOME/.composer/cache/files
66

7+
matrix:
8+
include:
9+
- php: 7.2
10+
- php: 7.3
11+
- php: 7.4
12+
- php: nightly
13+
env: COMPOSER_FLAGS="--ignore-platform-reqs"
14+
allow_failures:
15+
- php: nightly
16+
717
php:
818
- 7.2
919
- 7.3
@@ -12,7 +22,7 @@ php:
1222

1323
install:
1424
- composer self-update
15-
- composer install --prefer-dist
25+
- composer install --prefer-dist $COMPOSER_FLAGS
1626

1727
before_script:
1828
- mkdir -p build/logs

0 commit comments

Comments
 (0)