Skip to content

Commit f04c605

Browse files
committed
update build versions (it is still built for java 8)
1 parent b41a7e3 commit f04c605

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
# follows https://en.wikipedia.org/wiki/Java_version_history#Release_table
28-
java-versions: ['8', '11', '17', '21']
28+
java-versions: ['11', '17', '21', '25']
2929

3030
steps:
3131
- name: Checkout

0 commit comments

Comments
 (0)