Skip to content

Commit ca98e99

Browse files
authoredOct 10, 2022
Update maven.yml
upgrade to JDK 19 since JDK 15 isn't anymore available
1 parent a227fe2 commit ca98e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Set up JDK 15
19+
- name: Set up JDK 19
2020
uses: actions/setup-java@v3
2121
with:
22-
java-version: '15'
22+
java-version: '19'
2323
distribution: 'temurin'
2424
cache: maven
2525
- name: Build with Maven

0 commit comments

Comments
 (0)
Please sign in to comment.