Update actions workflows
This commit is contained in:
parent
48b632fba2
commit
a347a79e6a
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: "3.6"
|
||||
version: "4.1"
|
||||
|
||||
services:
|
||||
sut:
|
||||
|
Loading…
Reference in New Issue
Block a user