Skip to content

Commit 1143b67

Browse files
CI: test with java 23 (#4851)
Co-authored-by: Tatu Saloranta <[email protected]>
1 parent 75ab15b commit 1143b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
java_version: ['8', '11', '17', '21', '22']
29+
java_version: ['8', '11', '17', '21', '23']
3030
os: ['ubuntu-22.04']
3131
include:
3232
- java_version: '8'

0 commit comments

Comments
 (0)