Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 77e8e84023..f0182f2a49 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,14 +66,14 @@ matrix:
sudo: false
addons: false
# All tests after another
- - php: 8.0
+ - php: 8.0.9
env: TEST_SUITE=AllTests MYSQL_ADAPTER=MYSQLI ALLTEST_EXTRA_OPTIONS="--run-first-half-only" SKIP_COMPOSER_INSTALL=1
sudo: required
before_install:
- composer install --ignore-platform-reqs
- composer remove --dev phpunit/phpunit
- composer require --dev phpunit/phpunit ~9.3 --ignore-platform-reqs
- - php: 8.0
+ - php: 8.0.9
env: TEST_SUITE=AllTests MYSQL_ADAPTER=MYSQLI ALLTEST_EXTRA_OPTIONS="--run-second-half-only" SKIP_COMPOSER_INSTALL=1
sudo: required
before_install: