This is an automated email from the ASF dual-hosted git repository.
francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git
The following commit(s) were added to refs/heads/main by this push:
new 3eb181e [CALCITE-6860] Test against new Avatica versions
3eb181e is described below
commit 3eb181e418c254296ff7084a93ed0136fdcc615a
Author: Francis Chuang <[email protected]>
AuthorDate: Wed Feb 26 08:43:29 2025 +1100
[CALCITE-6860] Test against new Avatica versions
---
.github/workflows/tests.yaml | 5 ++---
docker-compose.yml | 3 +--
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index e230ce8..1a83309 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -30,11 +30,10 @@ jobs:
- [phoenix, 1.3-4.13]
- [phoenix, 1.4-4.14]
- [phoenix, 2.0-5.0]
- - [hsqldb, 1.20.0]
- - [hsqldb, 1.21.0]
- - [hsqldb, 1.22.0]
- [hsqldb, 1.23.0]
- [hsqldb, 1.24.0]
+ - [hsqldb, 1.25.0]
+ - [hsqldb, 1.26.0]
runs-on: ubuntu-latest
diff --git a/docker-compose.yml b/docker-compose.yml
index d3be19d..98cad06 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -13,13 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-version: '3'
services:
phoenix:
image:
ghcr.io/boostport/hbase-phoenix-all-in-one:${PHOENIX_VERSION:-2.0-5.0}
hsqldb:
- image: apache/calcite-avatica-hypersql:${HSQLDB_VERSION:-1.24.0}
+ image: apache/calcite-avatica-hypersql:${HSQLDB_VERSION:-1.26.0}
command: -u jdbc:hsqldb:mem:public
test: