[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'
- '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