Skip to content

Commit 5fb36ce

Browse files
author
GitHub Action
committed
File sync from s4u/.github - add 17-ea to builds
1 parent f371a18 commit 5fb36ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: [ ubuntu-latest, windows-latest, macOS-latest ]
43-
java: [ 8, 11, 16 ]
43+
java: [ 8, 11, 16, 17-ea ]
4444

4545
steps:
4646
- uses: actions/[email protected]

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ ubuntu-latest, windows-latest, macOS-latest ]
35-
java: [ 8, 11, 16 ]
35+
java: [ 8, 11, 16, 17-ea ]
3636

3737
steps:
3838
- uses: actions/[email protected]

0 commit comments

Comments
 (0)