Skip to content

Commit

Permalink
CI: switch momentarily away from 'temurin' distro
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Oct 5, 2023
1 parent 1cc9a7e commit b82c0a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
# Keep this list as: all supported LTS JDKs, the latest GA JDK, and the latest EA JDK (if available).
java: [ 11, 17, 21, 22-ea ]
java: [ 11, 17, 21 ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3.13.0
with:
distribution: temurin
# Switch from temurin to oracle until JDK 21 temurin is available.
distribution: oracle
java-version: ${{ matrix.java }}
- name: Cache local Maven repository
uses: actions/cache@v3
Expand Down

0 comments on commit b82c0a8

Please sign in to comment.