From 5883a0ce65f0ee2c62cfa9372c93d933bba835ee Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 10 Dec 2024 15:17:41 +0100 Subject: [PATCH] Change test workflow to Luanti 5.10 --- .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 300025eb..6124b533 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: matrix: cfg: - { image: 'registry.gitlab.com/minetest/minetest/server:5.0.1', mtg: false } - - { image: 'ghcr.io/minetest/minetest:5.9.0', mtg: true } + - { image: 'ghcr.io/minetest/minetest:5.10.0', mtg: true } steps: - uses: actions/checkout@main