Skip to content

Commit d8490e1

Browse files
chore(deps): update postgres docker tag to v18
1 parent 45c399e commit d8490e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nuxt3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
services:
7070
postgres:
71-
image: postgres:17
71+
image: postgres:18
7272
env:
7373
POSTGRES_PASSWORD: 123
7474
POSTGRES_DB: test_db

.github/workflows/nuxt4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
services:
6767
postgres:
68-
image: postgres:17
68+
image: postgres:18
6969
env:
7070
POSTGRES_PASSWORD: 123
7171
POSTGRES_DB: test_db

0 commit comments

Comments
 (0)