Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 58ce582

Browse files
committed
Use ignore-platform-reqs with nightly to build on PHP8
1 parent b9ffeba commit 58ce582

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- php: 7.2
2929
- php: 7.3
3030
- php: 7.4
31-
- php: nightly
3231
- php: 7.1
3332
env:
3433
- COMPOSER_FLAGS="--prefer-lowest"
@@ -41,6 +40,9 @@ jobs:
4140
- php: 7.4
4241
env:
4342
- SYMFONY_VERSION=^5.0
43+
- php: nightly
44+
env:
45+
- COMPOSER_FLAGS="--ignore-platform-reqs"
4446

4547
# Metrics and Quality
4648
- name: Code Coverage

0 commit comments

Comments
 (0)