Skip to content

Commit 29b30fd

Browse files
authored
Merge pull request scala#9772 from SethTisue/jdk17-ga
Windows CI: test on 17 final (not early-access)
2 parents 704fbf1 + 82c1507 commit 29b30fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
include:
1919
- java: 8
20-
- java: 17-ea
20+
- java: 17
2121
steps:
2222
- run: git config --global core.autocrlf false
2323
- name: Checkout

0 commit comments

Comments
 (0)