Skip to content

Commit 8692015

Browse files
committed
jdk 17 is the min version for 5.0.0
1 parent 4817dc8 commit 8692015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
java: ['8', '11', '17', '21']
18+
java: ['17', '21', '25']
1919

2020
steps:
2121
- name: Checkout code

0 commit comments

Comments
 (0)