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
1 changed files with 1 additions and 0 deletions

View File

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