Skip to content

Commit

Permalink
Use PG 12 in all GH action scripts
Browse files Browse the repository at this point in the history
That's our minimum supported version. And now, our test server is not
behind anymore, so using 12 here is fine.
  • Loading branch information
LukasKalbertodt committed Dec 6, 2023
1 parent 0e0afbd commit 3d1d057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-20.04
services:
postgres:
image: postgres:11
image: postgres:12
env:
POSTGRES_USER: tobira
POSTGRES_PASSWORD: tobira
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-db-dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:10
image: postgres:12
env:
POSTGRES_USER: tobira
POSTGRES_PASSWORD: tobira
Expand Down

0 comments on commit 3d1d057

Please sign in to comment.