mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +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
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres:12.8
|
||||||
env:
|
env:
|
||||||
POSTGRES_DB: psforever
|
POSTGRES_DB: psforever
|
||||||
POSTGRES_USER: psforever
|
POSTGRES_USER: psforever
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue