From 1cc18b840c1ba25ceb74d35ed8f73e3ddf185ca7 Mon Sep 17 00:00:00 2001 From: Athozus Date: Sun, 15 Dec 2024 12:41:14 +0100 Subject: [PATCH] Add 5.10.0 and replace 5.9.0 by 5.9.1 in workflows --- .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 e8ebb41..2a2f903 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.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.0, latest] + 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