Skip to content

Commit

Permalink
Use JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Elikill58 committed Aug 27, 2024
1 parent b8e5e21 commit b7a60f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v4
name: Checkout repo

- name: Set up JDK 18
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '18'
distribution: 'adopt'
java-version: '21'
distribution: 'temurin'
cache: maven

- name: Build with Maven
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v4
name: Checkout repo

- name: Set up JDK 18
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '18'
distribution: 'adopt'
java-version: '21'
distribution: 'temurin'
cache: maven

- name: Build with Maven
Expand Down

0 comments on commit b7a60f1

Please sign in to comment.