Skip to content

Commit 38a638b

Browse files
committed
Replace JDK 18 with 21
1 parent 8003264 commit 38a638b

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
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
java: ['8', '11', '17', '18']
22+
java: ['8', '11', '17', '21']
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: Download Maven # Download with default JDK because OpenJDK 6 does not support TLS 1.2

0 commit comments

Comments
 (0)