From 8038cbd6ce6a8de2b6e7370b756140f73b7cb0a9 Mon Sep 17 00:00:00 2001 From: Hiroyuki Sato Date: Mon, 12 Aug 2024 11:01:52 +0900 Subject: [PATCH] wip --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ccd77eb0..fd7ebe6b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,11 +125,11 @@ jobs: with: name: postgresql9_4 path: embulk-input-postgresql/build/reports/tests/test - postgresql13: + postgresql15: runs-on: ubuntu-latest services: postgres: - image: postgres:13 + image: postgres:16 options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 ports: - "5432:5432" @@ -161,7 +161,7 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: postgresql13 + name: postgresql16 path: embulk-input-postgresql/build/reports/tests/test redshift: runs-on: ubuntu-latest