Skip to content

Commit

Permalink
updated java version to 17 in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaisalkhatri committed Jun 25, 2023
1 parent f568e6c commit 4849848
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Java and Maven
uses: actions/setup-java@v2
with:
java-version: '15'
java-version: '17'
distribution: 'adopt'
cache: maven

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install Java and Maven
uses: actions/setup-java@v2
with:
java-version: '15'
java-version: '17'
distribution: 'adopt'
cache: maven

Expand Down Expand Up @@ -136,4 +136,4 @@ jobs:
name: Test Results
path: ${{ github.workspace }}/target/surefire-reports/TEST-TestSuite.xml
reporter: java-junit
java-version: 11
java-version: 17

0 comments on commit 4849848

Please sign in to comment.