Skip to content

Commit

Permalink
Giving up using latest docker-compose...
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung committed Jun 11, 2024
1 parent 3915868 commit c042871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
name: Integration Tests
runs-on: 'ubuntu-22.04'
steps:
- run: sudo apt upgrade --yes
- run: sudo apt install --yes docker-compose=2.22.0
- run: sudo apt install --yes docker-compose
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose-file-writer.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "24.06.11" # Calendar versioning
version: "24.6"

services:
# Kafka and file-writer services are copied from
Expand Down

0 comments on commit c042871

Please sign in to comment.