Skip to content

Commit

Permalink
upgrade build workflow to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Nephery authored and dependabot[bot] committed Jan 9, 2025
1 parent ec1189d commit 1d0d17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
key: ${{ runner.os }}-maven-build-${{matrix.type}}-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-build-${{matrix.type}}-
- name: Setup JDK 1.8
- name: Setup JDK 17
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 8
java-version: 17
- name: Build and Run Tests
run: ./mvnw clean verify

0 comments on commit 1d0d17c

Please sign in to comment.