Skip to content

Commit 2b8cfc8

Browse files
authored
ci: add Java 25 to build matrix (#314)
1 parent a2382fd commit 2b8cfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
java_version: ['17', '21']
15+
java_version: ['17', '21', '25']
1616
os: ['ubuntu-latest']
1717
env:
1818
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"

0 commit comments

Comments
 (0)