Skip to content

Commit

Permalink
update to latest aeron version to confirm jdk 23+ works
Browse files Browse the repository at this point in the history
  • Loading branch information
mimran1980 committed Jan 13, 2025
1 parent 1af1294 commit 8bb9cae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
java-version: '23'

- name: Build and Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
java-version: '23'

- name: Build and Test
run: |
Expand Down

0 comments on commit 8bb9cae

Please sign in to comment.