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'
|
||||
- 'Jenkinsfile'
|
||||
branches:
|
||||
- ver/1.16.5
|
||||
- ver/1.17
|
||||
- dev/*
|
||||
- staging/1.16.5
|
||||
- staging/1.17
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
@ -27,7 +27,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '8', '11', '15', '16' ]
|
||||
java: [ '16' ]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user