1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2024-09-30 00:10:35 +02:00

Run unit tests on MT 5.0 too

This commit is contained in:
sfan5 2024-05-26 16:08:46 +02:00
parent fb7a37e87c
commit 28374f4f27

View File

@ -9,6 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
cfg: 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: 'registry.gitlab.com/minetest/minetest/server:5.5.1', mtg: false }
- { image: '', mtg: true } # latest mater - { image: '', mtg: true } # latest mater
steps: steps: