Skip to content

Commit f65b7cc

Browse files
authored
Merge pull request #40879 from owncloud/pgsql-10.23
[tests-only] [full-ci] Use pgSQL 10.21 in CI
2 parents 97bb3c4 + e94b908 commit f65b7cc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.drone.star

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ config = {
9090
"mysql:5.7",
9191
"mysql:8.0",
9292
"postgres:9.4",
93-
"postgres:10.20",
93+
"postgres:10.21",
9494
],
9595
},
9696
"slowDatabases": {
@@ -345,7 +345,7 @@ config = {
345345
"dbServices": [
346346
"sqlite",
347347
"mysql:8.0",
348-
"postgres:10.20",
348+
"postgres:10.21",
349349
],
350350
},
351351
"cliExternalStorage": {
@@ -1371,7 +1371,7 @@ def phpTests(ctx, testType, withCoverage):
13711371
"mysql:5.7",
13721372
"mysql:8.0",
13731373
"postgres:9.4",
1374-
"postgres:10.20",
1374+
"postgres:10.21",
13751375
],
13761376
"coverage": True,
13771377
"includeKeyInMatrixName": False,
@@ -1406,7 +1406,7 @@ def phpTests(ctx, testType, withCoverage):
14061406
"mysql:5.7",
14071407
"mysql:8.0",
14081408
"postgres:9.4",
1409-
"postgres:10.20",
1409+
"postgres:10.21",
14101410
"oracle",
14111411
],
14121412
"coverage": True,

0 commit comments

Comments
 (0)