Skip to content

Commit

Permalink
Update maven.yml to use JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
trautmane authored Aug 22, 2024
1 parent 9d77941 commit 5a7a59e
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 @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '8'
java-version: '11'
distribution: 'zulu'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit 5a7a59e

Please sign in to comment.