Skip to content

Commit 3e9c2d9

Browse files
authored
Build on JDK 25-ea (#3035)
1 parent f214a88 commit 3e9c2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
java: [ '8', '11', '17', '21', '24']
15+
java: [ '8', '11', '17', '21', '24', '25-ea']
1616
architecture: [ 'x64' ]
1717
fail-fast: false
1818
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}

0 commit comments

Comments
 (0)