aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index af04a022..d7460947 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,14 @@ matrix:
4 include: 4 include:
5 # jobs for each supported php version 5 # jobs for each supported php version
6 - language: php 6 - language: php
7 php: nightly # PHP 8.0
8 install:
9 - composer self-update --2
10 - composer update --ignore-platform-req=php
11 - composer remove --dev --ignore-platform-req=php 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
14 - language: php
7 php: 7.4 15 php: 7.4
8 - language: php 16 - language: php
9 php: 7.3 17 php: 7.3