mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-22 18:46:27 +01:00
[1.17] Removed JDK (8 ,11 ,15) from GitHub Actions
This commit is contained in:
parent
22be9f2d6f
commit
634db00e07
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -6,9 +6,9 @@ on:
|
|||||||
- '*.md'
|
- '*.md'
|
||||||
- 'Jenkinsfile'
|
- 'Jenkinsfile'
|
||||||
branches:
|
branches:
|
||||||
- ver/1.16.5
|
- ver/1.17
|
||||||
- dev/*
|
- dev/*
|
||||||
- staging/1.16.5
|
- staging/1.17
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '*.md'
|
- '*.md'
|
||||||
@ -27,7 +27,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java: [ '8', '11', '15', '16' ]
|
java: [ '16' ]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user