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 5f6c771 commit 0199b02Copy full SHA for 0199b02
.travis.yml
@@ -6,7 +6,6 @@ php:
6
- 7.2
7
- 7.3
8
- 7.4
9
- - nightly
10
11
cache:
12
directories:
@@ -32,6 +31,11 @@ jobs:
32
31
- php: nightly
33
34
include:
+ - stage: Test
35
+ php: nightly
36
+ before_install:
37
+ - composer config platform.php 7.4.99
38
+
39
- stage: Validate against schema
40
addons:
41
apt:
composer.json
@@ -26,7 +26,7 @@
26
}
27
},
28
"require": {
29
- "php": "^7.2",
+ "php": "^7.2 || ^8.0",
30
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"slevomat/coding-standard": "^6.0",
"squizlabs/php_codesniffer": "^3.5.3"
0 commit comments