From 4eb5597a943cab1c673d6a66d1b9b81977d3fd5d Mon Sep 17 00:00:00 2001 From: Mehmet Korkmaz Date: Mon, 29 Nov 2021 05:31:13 +0300 Subject: [PATCH] php 8.1 support added --- .travis.yml | 3 ++- composer.json | 2 +- tests/_support/_generated/UnitTesterActions.php | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 834f984..6d0e1aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/composer.json b/composer.json index 7468339..952200a 100644 --- a/composer.json +++ b/composer.json @@ -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" }, diff --git a/tests/_support/_generated/UnitTesterActions.php b/tests/_support/_generated/UnitTesterActions.php index 4d5f6fd..8210a8c 100644 --- a/tests/_support/_generated/UnitTesterActions.php +++ b/tests/_support/_generated/UnitTesterActions.php @@ -1,4 +1,4 @@ -