Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthale authored Apr 3, 2023
1 parent a032345 commit fcf0904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 19
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '19'
java-version: '20'
architecture: 'x64' # defaults to 'x64'
cache: 'maven'
- name: Cache Maven packages
Expand Down

0 comments on commit fcf0904

Please sign in to comment.