Skip to content

Commit

Permalink
Merge pull request #8 from martinvenus/master
Browse files Browse the repository at this point in the history
Add PHP 8.0 support
  • Loading branch information
jakubenglicky committed Apr 22, 2021
2 parents 302f4c3 + 083969f commit 139ff38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ php:
- '7.1'
- '7.2'
- '7.3'
- '8.0'


before_install:
Expand All @@ -15,7 +16,7 @@ install:
script:
- vendor/bin/tester tests/
- vendor/bin/phpcs --standard=ruleset.xml --extensions=php,phpt src/ tests/
- if [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then vendor/bin/phpstan.phar analyse -l 7 src; fi
- if [ "$TRAVIS_PHP_VERSION" == "8.0" ]; then vendor/bin/phpstan.phar analyse -l 7 src; fi

notifications:
email: false
email: false
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],

"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"guzzlehttp/guzzle": "^6.3",
"smartemailing/types": "^1.0",
"tracy/tracy": "^2.4",
Expand Down

0 comments on commit 139ff38

Please sign in to comment.