Update java8 builds to 1.51.3-java8 (#4060)

This commit is contained in:
Geoff Bourne
2026-05-16 22:34:35 -05:00
committed by GitHub
parent 889b607606
commit 6878ad6e01
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ jobs:
baseImage: eclipse-temurin:8u312-b07-jre-focal
platforms: linux/amd64
mcVersion: 1.12.2
# Pin version for Java 8
mcHelperVersion: 1.51.1
# Pin version for Java 8, be sure to also set in build.yml
mcHelperVersion: 1.51.3-java8
env:
IMAGE_TO_TEST: ${{ github.repository_owner }}/minecraft-server:test-${{ matrix.variant }}-${{ github.run_id }}
runs-on: ubuntu-22.04