Skip to content

Commit cea707d

Browse files
datho7561rgrunber
authored andcommitted
Use Java 21 in build
Fixes #358 Signed-off-by: David Thompson <[email protected]>
1 parent dda66cb commit cea707d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Set Up Java
8484
uses: actions/setup-java@v4
8585
with:
86-
java-version: '17'
86+
java-version: '21'
8787
distribution: 'adopt'
8888
- name: Check Out VS Code MicroProfile
8989
uses: actions/checkout@v4

0 commit comments

Comments
 (0)