Skip to content

Commit 04a4410

Browse files
committed
Try 8.0snapshot
1 parent 0e13a21 commit 04a4410

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ php:
1010
- 7.2
1111
- 7.3
1212
- 7.4
13+
- 8.0snapshot
1314

1415
env:
1516
global:
@@ -26,8 +27,6 @@ matrix:
2627
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
2728
- php: 7.4
2829
env: COMPOSER_FLAGS="--prefer-stable" COVERAGE=true TEST_COMMAND="composer test-ci"
29-
- php: 8.0
30-
env: COMPOSER_FLAGS="--prefer-stable" TEST_COMMAND="composer test-ci"
3130

3231
before_install:
3332
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi

0 commit comments

Comments
 (0)