Skip to content

Commit ae1db28

Browse files
committed
minor #2256 allow PHP 8 builds to fail (xabbuh)
This PR was merged into the 2.x branch. Discussion ---------- allow PHP 8 builds to fail Commits ------- 7d54c8a allow PHP 8 builds to fail
2 parents 2a9e0f1 + 7d54c8a commit ae1db28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ matrix:
3333
allow_failures:
3434
- php: 7.4
3535
env: DEPENDENCIES='dev'
36+
- php: nightly
3637

3738
before_install:
3839
- echo "memory_limit=4G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

0 commit comments

Comments
 (0)