Update CI to use Java 23 GA

Closes gh-42345
This commit is contained in:
Andy Wilkinson
2024-09-18 09:22:39 +01:00
parent ef5bc91b35
commit 6d8a421114
3 changed files with 13 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- version: 22
toolchain: true
- version: 23
early-access: true
distribution: oracle
toolchain: true
exclude:
- os:
@@ -49,6 +49,7 @@ jobs:
java-version: ${{ matrix.java.version }}
java-early-access: ${{ matrix.java.early-access || 'false' }}
java-toolchain: ${{ matrix.java.toolchain }}
java-distribution: ${{ matrix.java.distribution }}
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
- name: Send Notification
uses: ./.github/actions/send-notification