Skip to content

Commit

Permalink
Upgrade CI server version (vertica#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitingren authored Jan 25, 2024
1 parent 12438af commit 78c43a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
docker run -d -p 5433:5433 -p 5444:5444 \
--mount type=volume,source=vertica-data,target=/data \
--name vertica_ce \
vertica/vertica-ce:23.4.0-0
vertica/vertica-ce:24.1.0-0
echo "Vertica startup ..."
until docker exec vertica_ce test -f /data/vertica/VMart/agent_start.out; do \
echo "..."; \
Expand Down

0 comments on commit 78c43a9

Please sign in to comment.