Skip to content

Commit

Permalink
Update actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Athozus committed Aug 5, 2024
1 parent 48b632f commit a347a79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
ENGINE_VERSION: [5.0.1, 5.1.1, 5.2.0, 5.3.0, 5.4.1, 5.5.1, 5.6.1, 5.7.0, 5.8.0, latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test
run: docker-compose up --exit-code-from sut
run: docker compose up --exit-code-from sut
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.6"
version: "4.1"

services:
sut:
Expand All @@ -16,4 +16,4 @@ services:
- "30000:30000/udp"

volumes:
world_data: {}
world_data: {}

0 comments on commit a347a79

Please sign in to comment.