Skip to content

Commit 0820f96

Browse files
committed
using Java 21 in build workflow
1 parent 6398477 commit 0820f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/xml-objects-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macos-latest, windows-latest]
10-
java: [17]
10+
java: [21]
1111
distribution: [temurin]
1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)