feat(Github Action): Add all version in test action (#292)

This commit is contained in:
iThorgrim
2025-08-28 21:13:16 +02:00
committed by GitHub
parent 1f087fef39
commit df36094b97
5 changed files with 66 additions and 4 deletions

14
.github/workflows/build-lua51.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Build mod-eluna with Lua51 🌙
on:
push:
branches:
- 'master'
- 'main'
pull_request:
jobs:
build_lua51:
uses: ./.github/workflows/core-build-base.yml
with:
lua_version: 'lua51'

14
.github/workflows/build-lua53.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Build mod-eluna with Lua53 🌙
on:
push:
branches:
- 'master'
- 'main'
pull_request:
jobs:
build_lua53:
uses: ./.github/workflows/core-build-base.yml
with:
lua_version: 'lua53'

14
.github/workflows/build-lua54.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Build mod-eluna with Lua54 🌙
on:
push:
branches:
- 'master'
- 'main'
pull_request:
jobs:
build_lua54:
uses: ./.github/workflows/core-build-base.yml
with:
lua_version: 'lua54'