Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vlambo3 committed May 2, 2024
1 parent 8e1220e commit 4ac8ef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up JDK 21
uses: actions/setup-java@v2
- name: 'JDK 22'
uses: oracle-actions/setup-java\@v1
with:
java-version: '21'
website: jdk.java.net

- name: Build with Maven
run: mvn package
Expand Down

0 comments on commit 4ac8ef2

Please sign in to comment.