Merge pull request #12 from s4u/jdk-17

Replace jdk 16 by 17 in tests
This commit is contained in:
Slawomir Jaranowski
2021-10-09 13:19:15 +02:00
committed by GitHub

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