[1.17] Removed JDK (8 ,11 ,15) from GitHub Actions

This commit is contained in:
Tofik ♡ 2021-06-11 13:39:21 +02:00 committed by GitHub
parent 22be9f2d6f
commit 634db00e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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