We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1eb21e commit 32f6345Copy full SHA for 32f6345
.github/workflows/tests.yaml
@@ -37,24 +37,17 @@ jobs:
37
php-version: ${{ matrix.php-version }}
38
extensions: json
39
ini-values: precision=14,serialize_precision=-1
40
- - uses: actions/cache@v3
41
- with:
42
- path: /tmp/composer-cache
43
- key: ${{ matrix.php-version }}-${{ hashFiles('composer.lock') }}
44
- run: |
45
composer update \
46
--no-ansi \
47
--no-interaction \
48
--no-scripts \
49
- --no-suggest \
50
- --no-progress \
51
- --prefer-dist
+ --no-progress
52
53
wget https://releases.hashicorp.com/consul/1.12.1/consul_1.12.1_linux_amd64.zip
54
unzip consul_1.12.1_linux_amd64.zip -d /usr/local/bin/
55
rm consul_1.12.1_linux_amd64.zip
56
chmod +x /usr/local/bin/consul
57
consul --version
58
-
59
60
./vendor/bin/phpunit -c phpunit.xml
0 commit comments