Skip to content

Commit

Permalink
use Temurin JDK in GitHub Actions (#320)
Browse files Browse the repository at this point in the history
Signed-off-by: sullis <[email protected]>
  • Loading branch information
sullis authored Oct 2, 2024
1 parent 1f555a5 commit f0fdbeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mvntest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
distribution: 'temurin'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify

0 comments on commit f0fdbeb

Please sign in to comment.