We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4083cd8 commit d6471b1Copy full SHA for d6471b1
.travis.yml
@@ -1,11 +1,10 @@
1
language: php
2
-dist: xenial
+dist: focal
3
sudo: false
4
5
php:
6
- - 7.2
7
- - 7.3
8
- 7.4
+ - 8.0
9
10
env:
11
global:
@@ -16,8 +15,8 @@ before_install: phpenv config-add ./tests/php.ini
16
15
install:
17
- mkdir -p $HOME/bin
18
- 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
+ - wget "https://releases.hashicorp.com/consul/1.9.3/consul_1.9.3_linux_amd64.zip"
+ - unzip consul_1.9.3_linux_amd64.zip -d $HOME/bin
21
- chmod +x $HOME/bin/consul
22
- composer install --no-interaction --no-progress --no-suggest --optimize-autoloader
23
0 commit comments