Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed Aug 12, 2024
1 parent 02069e1 commit 8038cbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8038cbd

Please sign in to comment.