We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e1589 commit cf403f6Copy full SHA for cf403f6
.github/workflows/pro-integration.yml
@@ -138,7 +138,7 @@ jobs:
138
- name: Set up system wide dependencies
139
run: |
140
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
+ sudo apt-get install -y --allow-downgrades libsasl2-dev jq postgresql-14=14.7-0ubuntu0.22.04.1 postgresql-client postgresql-plpython3
142
- name: Cache LocalStack-ext dependencies (venv)
143
uses: actions/cache@v2
144
id: ext-cache
0 commit comments