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 35bc944 commit c77bb46Copy full SHA for c77bb46
.github/workflows/integration-tests-callable.yaml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
curl -L "https://raw.githubusercontent.com/ibexa/ci-scripts/main/bin/${{ env.version }}/prepare_project_edition.sh" > prepare_project_edition.sh
43
chmod +x prepare_project_edition.sh
44
- ./prepare_project_edition.sh ${{ env.PROJECT_EDITION }} ${{ env.version }} ${{ env.SETUP }}
+ ./prepare_project_edition.sh ${{ env.PROJECT_EDITION }} ${{ env.version }} ${{ env.SETUP }} ghcr.io/ibexa/docker/php:7.4-node18
45
46
- name: Run setup command
47
0 commit comments