Replace jdk 16 by 17 in tests

This commit is contained in:
Slawomir Jaranowski 2021-10-09 12:57:46 +02:00
parent 336767f6a6
commit b8af8b0ed8
No known key found for this signature in database
GPG Key ID: F8484389379ACEAC

View File

@ -12,7 +12,7 @@ on:
- cron: '22 23 * * 5'
concurrency:
group: test-action
group: test-action-${{ github.ref }}
cancel-in-progress: true
jobs:
@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macOS-latest' ]
java: [ '8', '11', '16' ]
java: [ '8', '11', '17' ]
maven: [ '3.5.4', '3.6.3', '3.8.3' ]
fail-fast: false
@ -53,3 +53,10 @@ jobs:
- run: mvn -V validate -Drequire.java=8 -Drequire.maven=3.8.3
shell: bash
test-ok:
name: Test OK
runs-on: ubuntu-latest
needs: [ test, test-deault ]
steps:
- run: echo OK