Skip to content

Commit

Permalink
Merge pull request Nimut#21 from tomasnorre/php81-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabRecht authored Jan 17, 2022
2 parents ec28271 + 706e758 commit 779333e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: php

dist: bionic

addons:
apt:
packages:
Expand Down Expand Up @@ -62,6 +64,9 @@ script:
jobs:
fast_finish: true
include:
- stage: test
php: 8.1.0
env: COVERAGE_VERSIONS="~9.0.0 ~9.1.0 ~9.2.0"
- stage: test
php: 8.0
env: COVERAGE_VERSIONS="~9.0.0 ~9.1.0 ~9.2.0"
Expand Down Expand Up @@ -123,9 +128,11 @@ jobs:
php: 7.1
env: COVERAGE_VERSIONS="^5.0 ^6.0"
- stage: test
dist: xenial
php: 7.0
env: COVERAGE_VERSIONS="~5.0.0 ~5.1.0 ~5.2.0 ~5.3.0"
- stage: test
dist: xenial
php: 7.0
env: COVERAGE_VERSIONS="^5.0"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": ">=7.0.8 <7.5 || ~8.0.0",
"php": "^7.0.8 || ^8.0",
"ext-dom": "*",
"ext-json": "*",
"ext-simplexml": "*",
Expand Down

0 comments on commit 779333e

Please sign in to comment.