Skip to content

Add 5.10.0 and replace 5.9.0 by 5.9.1 in workflows #565

Add 5.10.0 and replace 5.9.0 by 5.9.1 in workflows

Add 5.10.0 and replace 5.9.0 by 5.9.1 in workflows #565

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
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, 5.9.1, 5.10.0, latest]
steps:
- uses: actions/checkout@v4
- name: test
run: docker compose up --exit-code-from sut