From 0435a0fd2105c915806a873c95e54d10358702f6 Mon Sep 17 00:00:00 2001 From: Athozus Date: Mon, 10 Apr 2023 13:22:29 +0200 Subject: [PATCH] Add 5.7.0 to building tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2af8435..ff090e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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