mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-06 02:42:34 +01:00
Merge pull request #12 from LegacyGamerHD/patch-2
use matrix and java 8 and 11
This commit is contained in:
commit
08f6ea81cb
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -7,12 +7,16 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
java: [11, 8]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 11
|
||||
- name: Set up JDK ${{ matrix.java }}
|
||||
uses: actions/setup-java@v1.3.0
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: ${{ matrix.java }}
|
||||
- name: Build YAPFA
|
||||
run: |
|
||||
git submodule init
|
||||
|
Loading…
Reference in New Issue
Block a user