Skip to content

Commit

Permalink
set dev container and github actions to use the same postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed May 30, 2024
1 parent c1e48a5 commit 6a50288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ services:
db:
#image: postgres:16.0-bullseye
#image: postgres:latest
image: postgres:15.4
#image: postgres:15.4
image: postgres:15.6-bullseye
restart: unless-stopped
volumes:
- postgres-data:/var/lib/postgresql/data
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- uses: actions/checkout@v3
- name: Check setup
run: |
git -v
psql -l
echo "c1,c2" > test.csv
echo "a,b" >> test.csv
Expand Down

0 comments on commit 6a50288

Please sign in to comment.