Skip to content

Commit 0199b02

Browse files
committed
Allow PHP 8
We want to allow our users to experiment and report bugs if there are any.
1 parent 5f6c771 commit 0199b02

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ php:
66
- 7.2
77
- 7.3
88
- 7.4
9-
- nightly
109

1110
cache:
1211
directories:
@@ -32,6 +31,11 @@ jobs:
3231
- php: nightly
3332

3433
include:
34+
- stage: Test
35+
php: nightly
36+
before_install:
37+
- composer config platform.php 7.4.99
38+
3539
- stage: Validate against schema
3640
addons:
3741
apt:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"require": {
29-
"php": "^7.2",
29+
"php": "^7.2 || ^8.0",
3030
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
3131
"slevomat/coding-standard": "^6.0",
3232
"squizlabs/php_codesniffer": "^3.5.3"

0 commit comments

Comments
 (0)