We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 299aaf8 + 4e46613 commit e57a97fCopy full SHA for e57a97f
.travis.yml
@@ -7,6 +7,8 @@ matrix:
7
- env: COMPOSER_FLAGS="--prefer-lowest"
8
php: 7.1
9
- php: 7.2
10
+ - php: 8.0
11
+ dist: bionic
12
13
before_install:
14
- composer self-update
composer.json
@@ -20,9 +20,9 @@
20
},
21
"require": {
22
"php-vcr/php-vcr": "^1.4",
23
- "php": "^7.1"
+ "php": "^7.1|^8.0"
24
25
"require-dev": {
26
- "phpunit/phpunit": "^7.0"
+ "phpunit/phpunit": "^7.0|^8.0"
27
}
28
0 commit comments