Skip to content

Commit

Permalink
Pin Java version as 23.0.1
Browse files Browse the repository at this point in the history
23.0.2 upgraded IANA Time Zone Database to 2024b.
It changed a gap in America/Bahia_Banderas.
  • Loading branch information
ebyhr committed Jan 24, 2025
1 parent 1fcc005 commit e6ae54c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ description: "Verify checked out commits and setup Java"
inputs:
java-version:
description: "Java version to setup"
default: 23
# TODO Use 23 once CI failures about a gap in 'America/Bahia_Banderas' are fixed
default: 23.0.1
cache:
description: "Cache Maven repo (true/false/restore)"
default: restore
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
include:
- { java-version: 23, cache: 'true', cleanup-node: true }
- { java-version: 23.0.1, cache: 'true', cleanup-node: true }
- { java-version: 24-ea, cache: 'restore', cleanup-node: true }
timeout-minutes: 45
steps:
Expand Down Expand Up @@ -520,7 +520,7 @@ jobs:
with:
cache: restore
cleanup-node: ${{ format('{0}', matrix.modules == 'plugin/trino-singlestore' || matrix.modules == 'plugin/trino-exasol') }}
java-version: ${{ matrix.jdk != '' && matrix.jdk || '23' }}
java-version: ${{ matrix.jdk != '' && matrix.jdk || '23.0.1' }}
- name: Maven Install
run: |
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
Expand Down

0 comments on commit e6ae54c

Please sign in to comment.