Skip to content

Commit b0c9b6d

Browse files
authored
Build on JDK 25-ea (#29)
1 parent fd88401 commit b0c9b6d

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
java: [ '8', '11', '17', '21', '24']
16+
java: [ '8', '11', '17', '21', '24', '25-ea']
1717
architecture: [ 'x64' ]
1818
fail-fast: false
1919
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}

0 commit comments

Comments
 (0)