Skip to content

Commit 5c8a4ee

Browse files
authored
Make sure the build job exists
1 parent b3eddfd commit 5c8a4ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ jobs:
3737
<<: *shared
3838
environment:
3939
PG_VERSION=11
40-
40+
"12":
41+
<<: *shared
42+
environment:
43+
PG_VERSION=12
44+
4145
workflows:
4246
version: 2
4347
build:

0 commit comments

Comments
 (0)