Skip to content

Commit 44e18bb

Browse files
Douglas Greenshieldsshieldo
authored andcommitted
update travis build matrix (drop 7.0, build up to 7.4, drop nightly)
1 parent 3ade577 commit 44e18bb

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
7-
- nightly
8-
9-
matrix:
10-
allow_failures:
11-
php: nightly
6+
- 7.3
7+
- 7.4
128

139
before_script: composer install --dev --prefer-source
1410

1511
script:
1612
- vendor/bin/phpunit -v
1713

18-
dist: trusty
14+
dist: xenial
1915

2016
notifications:
2117

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"symfony/console": "~2.1|~3.0",
2424
"guzzlehttp/guzzle": "~6.1",
25-
"phpunit/phpunit": "^6"
25+
"phpunit/phpunit": "^7"
2626
},
2727
"suggest": {
2828
"symfony/console": "To use CLI OEmbed scripts.",

0 commit comments

Comments
 (0)