Skip to content

Commit

Permalink
change java version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
savkk committed Jul 29, 2024
1 parent cdae1d4 commit 47c8029
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/maven-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: '17'
- name: Maven Verify
run: mvn -B clean verify

0 comments on commit 47c8029

Please sign in to comment.