Skip to content

Commit 7a38931

Browse files
authored
Update test.yml
1 parent 032cc83 commit 7a38931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848

4949
steps:
5050
- uses: actions/checkout@v4
51-
- name: Set up JDK 17
51+
- name: Set up JDK 21
5252
uses: actions/setup-java@v3
5353
with:
5454
distribution: 'semeru'
55-
java-version: 17
55+
java-version: 21
5656
- run: unset _JAVA_OPTIONS
5757
- name: Run tests
5858
run: sudo -E ../scripts/testApp.sh

0 commit comments

Comments
 (0)