Skip to content

Commit 3f7fc0c

Browse files
authored
Update build matrix to use GA version of JDK 17
1 parent e6a4ded commit 3f7fc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
java: ['6', '8', '11', '16', '17-ea']
19+
java: ['6', '8', '11', '17']
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Download Maven # Download with default JDK because OpenJDK 6 does not support TLS 1.2

0 commit comments

Comments
 (0)