Skip to content

Commit c88ac7b

Browse files
author
Siting Ren
authored
Upgrade CI server version to v24.4 (#568)
1 parent 8f97f09 commit c88ac7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
docker run -d -p 5433:5433 -p 5444:5444 \
4141
--name vertica_docker --network my-network \
42-
opentext/vertica-ce:24.3.0-2
42+
opentext/vertica-ce:24.4.0-0
4343
echo "Vertica startup ..."
4444
until docker exec vertica_docker test -f /data/vertica/VMart/agent_start.out; do \
4545
echo "..."; \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Please check out [release notes](https://github.com/vertica/vertica-python/releases) to learn about the latest improvements.
1414

15-
vertica-python has been tested with Vertica 24.3.0 and Python 3.8/3.9/3.10/3.11/3.12/3.13. Feel free to submit issues and/or pull requests (Read up on our [contributing guidelines](#contributing-guidelines)).
15+
vertica-python has been tested with Vertica 24.4.0 and Python 3.8/3.9/3.10/3.11/3.12/3.13. Feel free to submit issues and/or pull requests (Read up on our [contributing guidelines](#contributing-guidelines)).
1616

1717

1818
## Installation

0 commit comments

Comments
 (0)