Skip to content

Commit

Permalink
update jvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
teverett committed Nov 9, 2024
1 parent 852bcf2 commit ac32dbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 12
distribution: 'zulu'
distribution: 'temurin'
java-version: 21

- name: Build with Maven
run: mvn -Pcheck -B package verify --file pom.xml

0 comments on commit ac32dbb

Please sign in to comment.