From 07003275a690eeb80bbb12c9ea7c9c44f500b47c Mon Sep 17 00:00:00 2001 From: Athozus Date: Sun, 2 Apr 2023 14:47:55 +0200 Subject: [PATCH] Add 5.0 to 5.2 Minetest versions in checks --- .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 53f6399..1939cb6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - ENGINE_VERSION: [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, latest] steps: - uses: actions/checkout@v2