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:
authorStefan Giehl <stefan@matomo.org>2022-04-14 12:17:56 +0300
committerGitHub <noreply@github.com>2022-04-14 12:17:56 +0300
commit6d6fc55f540783702fe88ba51fb1db40eec9c170 (patch)
tree4d45d67cc5554b6b71d5eae6af1587d3b7443f41 /.travis.yml
parent713d886a99bb4f874f1583042621a48f049bb648 (diff)
Force Travis to use PHP 8.0.9 for now (#19100)
Diffstat (limited to '.travis.yml')
-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: