1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-14 05:40:23 +02:00

Use new 5.13.0 explicit VoxelManip free

This commit is contained in:
sfan5
2025-05-30 15:39:06 +02:00
parent 03d4e45e59
commit bf154b12c7
3 changed files with 9 additions and 6 deletions

View File

@ -12,7 +12,7 @@ jobs:
- { 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: 'ghcr.io/minetest/minetest:5.10.0', mtg: true }
- { image: 'ghcr.io/luanti-org/luanti', mtg: true } # latest git
- { image: 'ghcr.io/luanti-org/luanti:master', mtg: true } # latest git
steps:
- uses: actions/checkout@v4