Dynamically use java 25 for v2 buildscripts and 21 for v1

This commit is contained in:
Raven Szewczyk
2025-11-18 19:32:52 +00:00
parent 8381e6ce69
commit 7488a8b341
4 changed files with 72 additions and 19 deletions

View File

@@ -0,0 +1,16 @@
name: Build and test
on:
pull_request:
branches: [ master, main ]
push:
branches: [ master, main ]
jobs:
build-and-test:
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
secrets: inherit
# with:
# timeout: 150
# workspace: setupDecompWorkspace
# client-only: false

View File

@@ -0,0 +1,13 @@
name: Release tagged build
on:
push:
tags: [ '*' ]
permissions:
contents: write
jobs:
release-tags:
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/release-tags.yml@master
secrets: inherit