This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new f08c3affa update postgres version to 15 in integration test (#3831)
f08c3affa is described below
commit f08c3affa0be446442b6089fd20ac4c40bbf7998
Author: Jiayu Liu <[email protected]>
AuthorDate: Thu Oct 20 02:59:45 2022 +0800
update postgres version to 15 in integration test (#3831)
integration test suite is now run against postgres 15 - the latest version
---
.github/workflows/rust.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 732607357..f0fa56089 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -132,7 +132,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
- image: postgres:14
+ image: postgres:15
env:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: db_test