Skip to content

Commit bc7c44e

Browse files
authored
fix(ci): Missed additional java 21 ref (#347)
1 parent 0978799 commit bc7c44e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ ubuntu-latest, windows-latest ]
25-
java: [ 21 ]
25+
java: [ 25 ]
2626
runs-on: ${{ matrix.os }}
2727
permissions:
2828
contents: write

0 commit comments

Comments
 (0)