mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
Merge pull request #943 from Mazo/postgres-version
Pin postgres version to 12.8 during CI test run
This commit is contained in:
commit
2fd5d00bb4
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