Skip to content

Commit b76835a

Browse files
committed
update tests
1 parent cf43b01 commit b76835a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Docker
3535
run: |
3636
sudo rm /usr/local/bin/docker-compose
37-
curl -L https://github.com/docker/compose/releases/download/1.24.1/docker-compose-`uname -s`-`uname -m` > docker-compose
37+
curl -L https://github.com/docker/compose/releases/download/2.15.1/docker-compose-`uname -s`-`uname -m` > docker-compose
3838
chmod +x docker-compose
3939
sudo mv docker-compose /usr/local/bin
4040
- name: Start Docker container

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.7'
1+
version: '3.8'
22
services:
33
rabbitmq:
44
image: rabbitmq:3-management

0 commit comments

Comments
 (0)