Skip to content

Commit c945ee7

Browse files
committed
Update docker-compose version in test
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent a17b969 commit c945ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Install docker-compose
129129
run: |
130-
sudo curl -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
130+
sudo curl -L https://github.com/docker/compose/releases/download/v2.26.1/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
131131
sudo chmod +x /usr/local/bin/docker-compose
132132
133133
- name: Install dependencies

0 commit comments

Comments
 (0)