From 11df0a7771f6f2aa201fcaa5902a3ca319e3adae Mon Sep 17 00:00:00 2001 From: Athozus Date: Tue, 18 Apr 2023 21:56:25 +0200 Subject: [PATCH] Use 5.x.1 versioning --- .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 87e9db2..f181b6e 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, 5.6.0, 5.7.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, latest] steps: - uses: actions/checkout@v3