Skip to content

Commit a9feb8c

Browse files
committed
attempt at workflow with JDK 21
1 parent 37a88fd commit a9feb8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- name: get code
2121
uses: actions/checkout@v3
2222

23-
- name: Set up JDK 19
23+
- name: Set up JDK 21
2424
uses: actions/setup-java@v3
2525
with:
26-
java-version: '19'
26+
java-version: '21'
2727
distribution: 'adopt'
2828

2929
- name: run build script

0 commit comments

Comments
 (0)