This commit is contained in:
AlphaKR93
2023-03-23 12:35:34 +09:00
parent b46a339e75
commit cb5affb551
2 changed files with 6 additions and 6 deletions

View File

@@ -7,17 +7,17 @@ on:
env:
ORG_NAME: PlazmaMC
MC_VERSION: 1.19.3
MAIN_BRANCH: ver/1.19.3
MC_VERSION: 1.19.4
MAIN_BRANCH: ver/1.19.4
DEBUG: 'false'
jobs:
release:
strategy:
matrix:
jdk: [19.0.1]
jdk: [19.0.2+7]
java: ['temurin']
os: [ubuntu-20.04]
os: [ubuntu-22.04]
if: "!startsWith(github.event.commits[0].message, '[CI-Skip]')"
runs-on: ${{ matrix.os }}

View File

@@ -9,9 +9,9 @@ jobs:
release:
strategy:
matrix:
jdk: [19.0.1]
jdk: [19.0.2+7]
java: ['temurin']
os: [ubuntu-20.04]
os: [ubuntu-22.04]
if: !startsWith(github.event.commits[0].message, '[CI-Skip]')
runs-on: ${{ matrix.os }}