Skip to content

Commit d6471b1

Browse files
committed
minor travis file update
1 parent 4083cd8 commit d6471b1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: php
2-
dist: xenial
2+
dist: focal
33
sudo: false
44

55
php:
6-
- 7.2
7-
- 7.3
86
- 7.4
7+
- 8.0
98

109
env:
1110
global:
@@ -16,8 +15,8 @@ before_install: phpenv config-add ./tests/php.ini
1615
install:
1716
- mkdir -p $HOME/bin
1817
- export PATH="$HOME/bin:$PATH"
19-
- wget "https://releases.hashicorp.com/consul/1.8.5/consul_1.8.5_linux_amd64.zip"
20-
- unzip consul_1.8.5_linux_amd64.zip -d $HOME/bin
18+
- wget "https://releases.hashicorp.com/consul/1.9.3/consul_1.9.3_linux_amd64.zip"
19+
- unzip consul_1.9.3_linux_amd64.zip -d $HOME/bin
2120
- chmod +x $HOME/bin/consul
2221
- composer install --no-interaction --no-progress --no-suggest --optimize-autoloader
2322

0 commit comments

Comments
 (0)