aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5f86d338..25304120 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,9 @@ matrix:
8 install: 8 install:
9 - composer self-update --2 9 - composer self-update --2
10 - composer update --ignore-platform-req=php 10 - composer update --ignore-platform-req=php
11 - composer remove phpunit/phpunit
12 - composer require --dev --ignore-platform-req=php phpunit/php-text-template ^2.0
13 - composer require --dev --ignore-platform-req=php phpunit/phpunit ^9.0
11 - language: php 14 - language: php
12 php: 7.4 15 php: 7.4
13 - language: php 16 - language: php