From 28374f4f27f030fd77b218cdcfe975909bd4d40a Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 26 May 2024 16:08:46 +0200 Subject: [PATCH] Run unit tests on MT 5.0 too --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8611354..5d4eba8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,7 @@ jobs: strategy: matrix: cfg: + - { image: 'registry.gitlab.com/minetest/minetest/server:5.0.1', mtg: false } - { image: 'registry.gitlab.com/minetest/minetest/server:5.5.1', mtg: false } - { image: '', mtg: true } # latest mater steps: