Skip to content

Commit

Permalink
update github workflow runner to use 21
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed May 19, 2024
1 parent 19a8a9f commit db9f8e4
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 @@ -31,13 +31,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

# 2. Setup Java 17 JDK (Adopt)
- name: Java 17 setup
# 2. Setup Java 21 JDK (Adopt)
- name: Java 21 setup
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-package: jdk
java-version: '17'
java-version: '21'

# 3. Setup local Maven package cache to speed up building
- name: Cache Maven packages
Expand Down

0 comments on commit db9f8e4

Please sign in to comment.