Skip to content

Commit 02638f2

Browse files
author
Thierry Boileau
committed
Fix JDK for github actions
1 parent 0c84932 commit 02638f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
${{ github.repository }}-${{ github.workflow }}-${{ github.event.number || github.head_ref || github.run_id || github.sha }}
1212
cancel-in-progress: true
1313
env:
14-
JAVA_VERSION: 17
14+
JAVA_VERSION: 21
1515
jobs:
1616
build:
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)