Skip to content

Commit

Permalink
[CALCITE-6152] Test against Avatica 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
F21 committed Dec 3, 2023
1 parent 9797df6 commit 37813e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- [phoenix, 1.3-4.13]
- [phoenix, 1.4-4.14]
- [phoenix, 2.0-5.0]
- [hsqldb, 1.18.0]
- [hsqldb, 1.19.0]
- [hsqldb, 1.20.0]
- [hsqldb, 1.21.0]
- [hsqldb, 1.22.0]
- [hsqldb, 1.23.0]
- [hsqldb, 1.24.0]

runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
image: ghcr.io/boostport/hbase-phoenix-all-in-one:${PHOENIX_VERSION:-2.0-5.0}

hsqldb:
image: apache/calcite-avatica-hypersql:${HSQLDB_VERSION:-1.22.0}
image: apache/calcite-avatica-hypersql:${HSQLDB_VERSION:-1.24.0}
command: -u jdbc:hsqldb:mem:public

test:
Expand Down Expand Up @@ -104,7 +104,7 @@ services:
working_dir: /source
command: sh -c "./docker.sh compile-protobuf"
environment:
AVATICA_VERSION: 1.22.0
AVATICA_VERSION: 1.24.0
PROTOBUF_VERSION: 21.5
volumes:
- .:/source
Expand Down

0 comments on commit 37813e2

Please sign in to comment.