Skip to content

Commit a3e52d6

Browse files
committed
Test against Postgres14
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 95ec1e3 commit a3e52d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149

150150
services:
151151
postgres:
152-
image: postgres
152+
image: postgres:14
153153
ports:
154154
- 4444:5432/tcp
155155
env:

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
services:
149149
postgres:
150-
image: postgres
150+
image: postgres:14
151151
ports:
152152
- 4444:5432/tcp
153153
env:

0 commit comments

Comments
 (0)