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 5f56b40 commit 8ecc52fCopy full SHA for 8ecc52f
.github/workflows/main.yml
@@ -149,7 +149,7 @@ jobs:
149
sudo -u postgres psql -c 'grant all privileges on database lucee to lucee;'
150
sudo -u postgres psql -c 'grant all on schema public to lucee;' -d lucee
151
- name: Start MongoDB (docker)
152
- uses: supercharge/mongodb-github-action@1.6.0
+ uses: supercharge/mongodb-github-action@1.11.0
153
with:
154
mongodb-version: 4.4
155
mongodb-port: 27017
0 commit comments