Skip to content

Commit 4565462

Browse files
Also test PHP 8.0 in Travis CI
This requires that we upgrade the host distribution from Trusty to Xenial, since Trusty can’t install PHP 8. Bug: T271109
1 parent 881dd1e commit 4565462

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: php
22

3+
dist: xenial
4+
35
php:
46
- 7.2
57
- 7.3
68
- 7.4
9+
- 8.0
710

811
sudo: false
912

0 commit comments

Comments
 (0)