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.
2 parents 50f1e60 + 085fb42 commit 4ef3bb2Copy full SHA for 4ef3bb2
.travis.yml
@@ -1,10 +1,15 @@
1
language: php
2
matrix:
3
+ fast_finish: true # Don't wait for the allowed failures to build.
4
include:
5
- php: 7.3
6
env: PREFER_LOWEST=""
7
- php: 7.2
8
9
+ allow_failures:
10
+ # PHP 7.4 testing is allowed to fail because the container isn't ready yet
11
+ - php: 7.4
12
+ env: PREFER_LOWEST=""
13
14
cache:
15
directories:
composer.json
@@ -100,7 +100,7 @@
100
]
101
},
102
"require": {
103
- "php": ">=7.1"
+ "php": ">=7.2"
104
105
"require-dev": {
106
"phpstan/phpstan": "^0.12",
0 commit comments