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 903511e commit d372291Copy full SHA for d372291
.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
@@ -21,7 +21,7 @@
21
{"name": "Steve Müller", "email": "[email protected]"}
22
],
23
"require": {
24
- "php": "^7.2",
+ "php": "^7.2 || ^8.0",
25
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
26
"slevomat/coding-standard": "^6.2.0",
27
"squizlabs/php_codesniffer": "^3.5.4"
0 commit comments