Skip to content

Commit e2aa6e9

Browse files
committed
fix(ci): Another missed java version
1 parent c74ba50 commit e2aa6e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yml

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

0 commit comments

Comments
 (0)