Skip to content

Commit

Permalink
Merge pull request #139 from antpas14/update-to-java-21
Browse files Browse the repository at this point in the history
update github actions
  • Loading branch information
antpas14 authored Jun 22, 2024
2 parents 357a102 + 5d42948 commit e7656ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
uses: docker/setup-buildx-action@v2

- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
java-version: '21'
distribution: 'temurin'
- name: Set up Maven
env:
MAVEN_USERNAME: antpas14
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
java-version: '21'
distribution: 'temurin'
- name: Set up Maven
env:
MAVEN_USERNAME: antpas14
Expand Down

0 comments on commit e7656ce

Please sign in to comment.