Skip to content

Commit

Permalink
Merge pull request #57 from boxuk/build-against-php81
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkoian authored Mar 2, 2022
2 parents edb7a49 + 21dc263 commit b3b5833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
language: php

dist: bionic

matrix:
include:
- php: 7.3
- php: 7.4
- php: 8.0
- php: nightly
- php: 8.1.0
fast_finish: true
allow_failures:
- php: nightly
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
},
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.3 || ^8.0 || ^8.1",
"composer-plugin-api": "^1.0 || ^2.0",
"ext-json": "*"
},
Expand Down

0 comments on commit b3b5833

Please sign in to comment.