Add 5.7.0 to building tests

This commit is contained in:
Athozus 2023-04-10 13:22:29 +02:00 committed by GitHub
parent da05b5d108
commit 0435a0fd21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
ENGINE_VERSION: [5.0.0, 5.1.0, 5.2.0, 5.3.0, 5.4.0, 5.5.0, latest]
ENGINE_VERSION: [5.0.0, 5.1.0, 5.2.0, 5.3.0, 5.4.0, 5.5.0, 5.6.0, 5.6.1, latest]
steps:
- uses: actions/checkout@v3