mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
Pin postgres version to 12.8 during CI test run
This commit is contained in:
parent
0b14a39c52
commit
4e93dacc54
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
image: postgres:12.8
|
||||
env:
|
||||
POSTGRES_DB: psforever
|
||||
POSTGRES_USER: psforever
|
||||
|
|
|
|||
Loading…
Reference in a new issue