Update actions workflows

This commit is contained in:
Athozus 2024-08-05 16:53:06 +02:00
parent 48b632fba2
commit a347a79e6a
No known key found for this signature in database
GPG Key ID: B50895022E8484BF
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
version: "3.6"
version: "4.1"
services:
sut: