Skip to content

Commit

Permalink
psqlのバージョンを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
KaichiManabe committed Dec 15, 2024
1 parent 97db2fb commit d8951b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pg_dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install PostgreSQL Client
run: |
sudo apt-get update
sudo apt-get install -y postgresql-client
sudo apt-get install -y postgresql-client-15
- name: Backup database
run: |
Expand Down

0 comments on commit d8951b4

Please sign in to comment.