Skip to content

Commit 779333e

Browse files
authored
Merge pull request #21 from tomasnorre/php81-compat
2 parents ec28271 + 706e758 commit 779333e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: php
22

3+
dist: bionic
4+
35
addons:
46
apt:
57
packages:
@@ -62,6 +64,9 @@ script:
6264
jobs:
6365
fast_finish: true
6466
include:
67+
- stage: test
68+
php: 8.1.0
69+
env: COVERAGE_VERSIONS="~9.0.0 ~9.1.0 ~9.2.0"
6570
- stage: test
6671
php: 8.0
6772
env: COVERAGE_VERSIONS="~9.0.0 ~9.1.0 ~9.2.0"
@@ -123,9 +128,11 @@ jobs:
123128
php: 7.1
124129
env: COVERAGE_VERSIONS="^5.0 ^6.0"
125130
- stage: test
131+
dist: xenial
126132
php: 7.0
127133
env: COVERAGE_VERSIONS="~5.0.0 ~5.1.0 ~5.2.0 ~5.3.0"
128134
- stage: test
135+
dist: xenial
129136
php: 7.0
130137
env: COVERAGE_VERSIONS="^5.0"
131138

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.0.8 <7.5 || ~8.0.0",
29+
"php": "^7.0.8 || ^8.0",
3030
"ext-dom": "*",
3131
"ext-json": "*",
3232
"ext-simplexml": "*",

0 commit comments

Comments
 (0)