We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e13a21 commit 04a4410Copy full SHA for 04a4410
.travis.yml
@@ -10,6 +10,7 @@ php:
10
- 7.2
11
- 7.3
12
- 7.4
13
+ - 8.0snapshot
14
15
env:
16
global:
@@ -26,8 +27,6 @@ matrix:
26
27
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
28
- php: 7.4
29
env: COMPOSER_FLAGS="--prefer-stable" COVERAGE=true TEST_COMMAND="composer test-ci"
- - php: 8.0
30
- env: COMPOSER_FLAGS="--prefer-stable" TEST_COMMAND="composer test-ci"
31
32
before_install:
33
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
0 commit comments