Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
php 8.1 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Nov 29, 2021
1 parent 260ef51 commit 4eb5597
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ cache:
php:
- 7.4
- 8.0
- nightly
before_script:
- composer install
script:
- export XDEBUG_MODE=coverage
- vendor/bin/codecept run --coverage --coverage-xml --coverage-html
after_script:
- if [ $TRAVIS_PHP_VERSION == '7.4' ]; then php vendor/bin/php-coveralls; fi
- if [ $TRAVIS_PHP_VERSION == '8.0' ]; then php vendor/bin/php-coveralls; fi
after_success:
- travis_retry php vendor/bin/php-coveralls -v

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.4 | ~8.0.0",
"php": "^7.4 | ^8.0",
"ext-dom": "*",
"psr/container": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/_support/_generated/UnitTesterActions.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php //[STAMP] cca48000e7b4e8e1a7243a960fa0a581
<?php //[STAMP] 734229eef27d1dabb7250a53c1d5703b
namespace _generated;

// This class was automatically generated by build task
Expand Down

0 comments on commit 4eb5597

Please sign in to comment.