Skip to content

Commit cf403f6

Browse files
committed
Fix postgres package
1 parent 43e1589 commit cf403f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pro-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Set up system wide dependencies
139139
run: |
140140
sudo apt-get update
141-
sudo apt-get install --allow-downgrades libsasl2-dev jq postgresql-14=14.6-0ubuntu0.22.04.1 postgresql-client postgresql-plpython3
141+
sudo apt-get install -y --allow-downgrades libsasl2-dev jq postgresql-14=14.7-0ubuntu0.22.04.1 postgresql-client postgresql-plpython3
142142
- name: Cache LocalStack-ext dependencies (venv)
143143
uses: actions/cache@v2
144144
id: ext-cache

0 commit comments

Comments
 (0)