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 af075a3 commit 858f004Copy full SHA for 858f004
gitlab/ci/integration.yml
@@ -3,7 +3,7 @@
3
stage: integration
4
script:
5
- set -eux
6
- - if [ -z ${PHPVERSION+x} ]; then export PHPVERSION=8.1; fi
+ - if [ -z ${PHPVERSION+x} ]; then export PHPVERSION=8.3; fi
7
- if [ "$TEST" = "E2E" ]; then exit 0; fi
8
- if [ "$CRAWL_DATASOURCES" != "0" ]; then exit 0; fi
9
- timeout --signal=15 40m ./gitlab/integration.sh $PHPVERSION
0 commit comments