mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-05-25 11:30:22 +02:00
Add more versions to CI smoke test
This commit is contained in:
parent
1513a490dc
commit
4c142ea871
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -10,11 +10,13 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
cfg:
|
cfg:
|
||||||
- { image: 'registry.gitlab.com/minetest/minetest/server:5.0.1', mtg: false }
|
- { 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:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
|
|
||||||
- uses: actions/checkout@main
|
- name: Download Minetest Game
|
||||||
|
uses: actions/checkout@main
|
||||||
with:
|
with:
|
||||||
repository: 'minetest/minetest_game'
|
repository: 'minetest/minetest_game'
|
||||||
path: ./.test/minetest_game
|
path: ./.test/minetest_game
|
||||||
|
Loading…
x
Reference in New Issue
Block a user