From 4c142ea871f304360451daeffbe98d0d99bfb2a2 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 3 May 2025 22:22:05 +0200 Subject: [PATCH] Add more versions to CI smoke test --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6124b53..99f4817 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,11 +10,13 @@ jobs: matrix: cfg: - { image: 'registry.gitlab.com/minetest/minetest/server:5.0.1', mtg: false } - - { image: 'ghcr.io/minetest/minetest:5.10.0', mtg: true } + - { image: 'ghcr.io/minetest/minetest:5.9.0', mtg: true } + - { image: 'ghcr.io/luanti-org/luanti:5.11.0', mtg: true } steps: - uses: actions/checkout@main - - uses: actions/checkout@main + - name: Download Minetest Game + uses: actions/checkout@main with: repository: 'minetest/minetest_game' path: ./.test/minetest_game