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 3ade577 commit 44e18bbCopy full SHA for 44e18bb
.travis.yml
@@ -1,21 +1,17 @@
1
language: php
2
3
php:
4
- - 7.0
5
- 7.1
6
- 7.2
7
- - nightly
8
-
9
-matrix:
10
- allow_failures:
11
- php: nightly
+ - 7.3
+ - 7.4
12
13
before_script: composer install --dev --prefer-source
14
15
script:
16
- vendor/bin/phpunit -v
17
18
-dist: trusty
+dist: xenial
19
20
notifications:
21
email: "[email protected]"
composer.json
@@ -22,7 +22,7 @@
22
"require-dev": {
23
"symfony/console": "~2.1|~3.0",
24
"guzzlehttp/guzzle": "~6.1",
25
- "phpunit/phpunit": "^6"
+ "phpunit/phpunit": "^7"
26
},
27
"suggest": {
28
"symfony/console": "To use CLI OEmbed scripts.",
0 commit comments