Skip to content

Commit

Permalink
Update GitHub Actions workflow to use PostgreSQL 16.6 and remove SQL …
Browse files Browse the repository at this point in the history
…migration path
  • Loading branch information
FunamaYukina committed Dec 26, 2024
1 parent c14e7f6 commit c98687f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- main
paths:
- .github/workflows/github-pages.yml
- migrations/**/*.sql
workflow_dispatch:
schedule:
# Schedule: Runs at 9:00 AM JST every day.
Expand All @@ -31,7 +30,7 @@ jobs:
services:
# Note: Required for Step 2: Prepare the input file.
postgres:
image: postgres:15
image: postgres:16.6-bookworm
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down

0 comments on commit c98687f

Please sign in to comment.