Skip to content

Commit 5d5ea4a

Browse files
committed
EFRS-1336 update to java17
1 parent 2198c03 commit 5d5ea4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests-on-maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
- uses: actions/checkout@v3
2020

21-
- name: Set up JDK 11
21+
- name: Set up JDK 17
2222
uses: actions/setup-java@v3
2323
with:
24-
java-version: '11'
24+
java-version: '17'
2525
distribution: 'temurin'
2626
cache: maven
2727

0 commit comments

Comments
 (0)