We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba2db1 commit 9a171d1Copy full SHA for 9a171d1
1 file changed
circleci/images/Makefile
@@ -14,7 +14,7 @@ PG_VERSIONS=$(shell cat PG_VERSIONS|cut -c 6-|tr '\n' ' ' )
14
15
PG_UPGRADE_TESTER_VERSION=$(shell echo ${PG_VERSIONS}|tr ' ' '-'|sed 's/~//g')
16
17
-STYLE_CHECKER_TOOLS_VERSION=0.8.18
+STYLE_CHECKER_TOOLS_VERSION=test
18
19
# Upgrade tests for the PG major versions from PG_VERSIONS file
20
CITUS_UPGRADE_PG_VERSIONS=$(shell head PG_VERSIONS|cut -c 6-|tr '\n' ' ')
0 commit comments