Skip to content

Commit 70d3133

Browse files
author
Siting Ren
authored
Upgrade CI server version to v24.3 (#566)
1 parent 1ab35d9 commit 70d3133

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.2.0-1
42+
opentext/vertica-ce:24.3.0-2
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.2.0 and Python 3.7/3.8/3.9/3.10/3.11/3.12. 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.3.0 and Python 3.7/3.8/3.9/3.10/3.11/3.12. 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)