Skip to content

Commit

Permalink
bump CI matrix from 20-ea to 21-ea.
Browse files Browse the repository at this point in the history
Next LTS release! :)
  • Loading branch information
mbien committed Mar 11, 2023
1 parent 136e2d7 commit 26ed6af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
java: [ '11', '17', '20-ea' ]
java: [ '11', '17', '21-ea' ]
fail-fast: false
steps:

Expand All @@ -121,7 +121,7 @@ jobs:
restore-keys: ${{ runner.os }}-

- name: Setup Gradle Daemon to run on JDK 11
if: ${{ matrix.java == '20-ea' }}
if: ${{ matrix.java == '21-ea' }}
run: |
mkdir -p ~/.gradle
#uses a preinstalled JDK 11 from the runner
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
java: [ '8', '11', '17', '20-ea' ]
java: [ '8', '11', '17', '21-ea' ]
fail-fast: false
steps:

Expand Down

0 comments on commit 26ed6af

Please sign in to comment.