Change test workflow to Luanti 5.10

This commit is contained in:
sfan5 2024-12-10 15:17:41 +01:00
parent d547f5fe43
commit 5883a0ce65

View File

@ -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