Skip to content

Commit

Permalink
Merge pull request #42 from gjwatts/update-java-22-specific-test-ga
Browse files Browse the repository at this point in the history
Update Java 23 specific test with GA version
  • Loading branch information
gjwatts authored Sep 17, 2024
2 parents 3f3cb1c + 5fb4891 commit 2a1448a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
java-version: [ '17', '18', '19', '20', '21', '22', '23-ea' ]
java-version: [ '17', '18', '19', '20', '21', '22', '23' ]

runs-on: ubuntu-latest

Expand All @@ -36,14 +36,14 @@ jobs:
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
distribution: 'oracle'

# This is the JDK gradle will use since gradle does not always support the -ea version
- name: Set up JDK 17
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: '17'
distribution: 'temurin'
distribution: 'oracle'
cache: gradle

- name: Toolchain debug
Expand Down

0 comments on commit 2a1448a

Please sign in to comment.