Pamela Fox
commited on
Commit
·
c563c63
1
Parent(s):
b3b1953
Revert version change
Browse files- .github/workflows/check.yaml +1 -1
- infra/main.bicep +1 -1
.github/workflows/check.yaml
CHANGED
@@ -6,7 +6,7 @@ jobs:
|
|
6 |
runs-on: ubuntu-latest
|
7 |
services:
|
8 |
postgres:
|
9 |
-
image: postgres:
|
10 |
env:
|
11 |
POSTGRES_PASSWORD: postgres
|
12 |
ports:
|
|
|
6 |
runs-on: ubuntu-latest
|
7 |
services:
|
8 |
postgres:
|
9 |
+
image: postgres:13
|
10 |
env:
|
11 |
POSTGRES_PASSWORD: postgres
|
12 |
ports:
|
infra/main.bicep
CHANGED
@@ -54,7 +54,7 @@ module postgresServer 'core/database/postgresql/flexibleserver.bicep' = {
|
|
54 |
storage: {
|
55 |
storageSizeGB: 32
|
56 |
}
|
57 |
-
version: '
|
58 |
administratorLogin: databaseUser
|
59 |
administratorLoginPassword: databasePassword
|
60 |
databaseName: databaseName
|
|
|
54 |
storage: {
|
55 |
storageSizeGB: 32
|
56 |
}
|
57 |
+
version: '13'
|
58 |
administratorLogin: databaseUser
|
59 |
administratorLoginPassword: databasePassword
|
60 |
databaseName: databaseName
|