Skip to content

Commit 90ad8f0

Browse files
committed
Run CI using current LTS Java versions (8, 11, 17)
1 parent 82ec542 commit 90ad8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: ${{ needs.check_duplicate_workflows.outputs.should_skip != 'true' }}
2424
strategy:
2525
matrix:
26-
java: [ '8', '11', '16' ]
26+
java: [ '8', '11', '17' ]
2727
platform: ['windows-latest', 'ubuntu-latest']
2828
steps:
2929
- uses: actions/checkout@v3
@@ -54,7 +54,7 @@ jobs:
5454
needs: [build]
5555
strategy:
5656
matrix:
57-
java: [ '8', '11', '16' ]
57+
java: [ '8', '11', '17' ]
5858
platform: ['windows-latest', 'ubuntu-latest']
5959
steps:
6060
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)