File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -37,24 +37,17 @@ jobs:
37
37
php-version : ${{ matrix.php-version }}
38
38
extensions : json
39
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
40
- run : |
45
41
composer update \
46
42
--no-ansi \
47
43
--no-interaction \
48
44
--no-scripts \
49
- --no-suggest \
50
- --no-progress \
51
- --prefer-dist
45
+ --no-progress
52
46
- run : |
53
47
wget https://releases.hashicorp.com/consul/1.12.1/consul_1.12.1_linux_amd64.zip
54
48
unzip consul_1.12.1_linux_amd64.zip -d /usr/local/bin/
55
49
rm consul_1.12.1_linux_amd64.zip
56
50
chmod +x /usr/local/bin/consul
57
51
consul --version
58
-
59
52
- run : |
60
53
./vendor/bin/phpunit -c phpunit.xml
You can’t perform that action at this time.
0 commit comments