Skip to content

Commit d344660

Browse files
committed
i'm the dumb
1 parent 6cd57ab commit d344660

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
jobs:
2626
tests:
27-
runs-on: ubuntu-latest
27+
runs-on: ubuntu-20.04
2828
strategy:
2929
matrix:
3030
php-version: ["7.4", "8.0", "8.1"]
@@ -50,12 +50,11 @@ jobs:
5050
--no-progress \
5151
--prefer-dist
5252
- run: |
53-
mkdir -p $HOME/bin
54-
export PATH="$HOME/bin:$PATH"
5553
wget https://releases.hashicorp.com/consul/1.12.1/consul_1.12.1_linux_amd64.zip
56-
unzip consul_1.12.1_linux_amd64.zip -d "${HOME}/bin"
54+
unzip consul_1.12.1_linux_amd64.zip -d /usr/local/bin/
5755
rm consul_1.12.1_linux_amd64.zip
58-
chmod +x "${HOME}/bin/consul"
56+
chmod +x /usr/local/bin/consul
57+
consul --version
5958
6059
- run: |
6160
./vendor/bin/phpunit -c phpunit.xml

0 commit comments

Comments
 (0)