Skip to content

Commit

Permalink
try switching to GA JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Oct 18, 2023
1 parent 1752011 commit 5376ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: |
21-ea
21
17
${{ matrix.java }}
distribution: 'temurin'
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: |
21-ea
21
11
distribution: 'temurin'
- name: 'Publish'
Expand Down

0 comments on commit 5376ebb

Please sign in to comment.