Skip to content

Commit 1328915

Browse files
authored
Merge pull request #14 from chimeraphp/improve-build-matrix
Improve build matrix
2 parents 16216e6 + b5d43c6 commit 1328915

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
dist: trusty
1+
dist: xenial
22
sudo: false
33
language: php
44

55
php:
66
- 7.2
7+
- 7.3
8+
- 7.4snapshot
79
- nightly
810

911
cache:
@@ -21,6 +23,7 @@ script:
2123

2224
jobs:
2325
allow_failures:
26+
- php: 7.4snapshot
2427
- php: nightly
2528

2629
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sort-packages": true
1515
},
1616
"require": {
17-
"php": "^7.2",
17+
"php": "^7.2 || ^8.0",
1818
"lcobucci/di-builder": "^5.5"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)