mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00:00
Update actions workflows
This commit is contained in:
parent
48b632fba2
commit
a347a79e6a
2 changed files with 4 additions and 4 deletions
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…
Add table
Reference in a new issue