Skip to content

Commit

Permalink
Merge pull request #3 from mtomala/patch-1
Browse files Browse the repository at this point in the history
Added PHP 8.0 and PHP 8.1 to Travis builds
  • Loading branch information
goetas authored Dec 17, 2022
2 parents 31f92d3 + bf8c99a commit 68773ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"license": "MIT",
"require": {
"php": "^7.1",
"php": ">=7.1",
"goetas-webservices/wsdl-reader": "^0.3"
},
"require-dev": {
Expand Down

0 comments on commit 68773ef

Please sign in to comment.