build: test 1.12.2 with java8

This commit is contained in:
Geoff Bourne
2021-12-06 22:15:32 -06:00
parent 2c2cbadd9a
commit cc61497f7e
3 changed files with 4 additions and 16 deletions

View File

@@ -54,7 +54,7 @@ jobs:
- name: Build for test
uses: docker/build-push-action@v2.7.0
if: github.ref_name == 'master'
if: github.ref_name == 'java8'
with:
context: .
platforms: linux/amd64
@@ -70,6 +70,8 @@ jobs:
if: github.ref_name == 'master'
run: |
tests/test.sh
env:
MINECRAFT_VERSION: 1.12.2
- name: Build and push
id: docker_build

View File

@@ -1,15 +0,0 @@
version: "3.8"
services:
monitor:
depends_on:
- mc
image: itzg/mc-monitor:${MC_MONITOR_VERSION:-0.10.4}
command: --debug status --host mc --retry-interval 1s --retry-limit 240
mc:
restart: "no"
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "TRUE"
VERSION: "1.16.5"

View File

@@ -11,4 +11,5 @@ services:
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "TRUE"
VERSION: ${MINECRAFT_VERSION:-LATEST}