Skip to content

Commit 8a31470

Browse files
author
Joan Fisbein
committed
Setup Java 17
1 parent fb9c211 commit 8a31470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2.4.0
1717

18-
- name: Set up JDK 11
18+
- name: Set up JDK 17
1919
uses: actions/setup-java@v2
2020
with:
21-
java-version: 11
22-
distribution: 'adopt'
21+
java-version: 17
22+
distribution: 'temurin'
2323

2424
- name: Cache Maven packages
2525
uses: actions/cache@v2.1.7

0 commit comments

Comments
 (0)