Skip to content

Commit fee257e

Browse files
committed
ci: postgres 采用默认版本
1 parent 550b447 commit fee257e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
services:
1515
postgres:
16-
image: postgres:15
16+
image: postgres
1717
env:
1818
POSTGRES_USER: postgres
1919
POSTGRES_PASSWORD: postgres
@@ -29,7 +29,7 @@ jobs:
2929
- name: 安装客户端
3030
run: |
3131
sudo apt-get update
32-
sudo apt-get install -y postgresql-client-15
32+
sudo apt-get install -y postgresql-client
3333
3434
- name: 创建数据库
3535
run: |

0 commit comments

Comments
 (0)