Skip to content

Commit efcc16c

Browse files
committed
Add more PHP versions to travis
1 parent 843bb7c commit efcc16c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,17 @@ php:
2020
- 5.6
2121
- 7.0
2222
- 7.4
23+
- 8.0
24+
- nightly
2325

2426
jobs:
2527
include:
2628
# Test PHP 8.0+ only with composer v2 while ignoring platform reqs
2729
# so conflicting dependencies like Symfony polyfills are not installed.
2830
- php: 8.0
29-
env: COMPOSER_VERSION="2" IGNORE_PLATFORM_REQS="--ignore-platform-reqs"
31+
env: COMPOSER_VERSION="2"
3032
- php: nightly
31-
env: COMPOSER_VERSION="2" IGNORE_PLATFORM_REQS="--ignore-platform-reqs"
33+
env: COMPOSER_VERSION="2"
3234

3335
matrix:
3436
allow_failures:

0 commit comments

Comments
 (0)