Skip to content

Commit

Permalink
update Java version to Java 17 for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTheBaker committed Nov 2, 2023
1 parent 18dfc8f commit e1fd802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-with-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK 8
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '8'
java-version: '17'
distribution: 'adopt'
cache: maven

Expand Down

0 comments on commit e1fd802

Please sign in to comment.