Skip to content

Commit 858f004

Browse files
committed
PHPversion is upgraded in the GitlabCI image
The new Ubuntu24.04 uses PHP8.3.
1 parent af075a3 commit 858f004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/ci/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
stage: integration
44
script:
55
- set -eux
6-
- if [ -z ${PHPVERSION+x} ]; then export PHPVERSION=8.1; fi
6+
- if [ -z ${PHPVERSION+x} ]; then export PHPVERSION=8.3; fi
77
- if [ "$TEST" = "E2E" ]; then exit 0; fi
88
- if [ "$CRAWL_DATASOURCES" != "0" ]; then exit 0; fi
99
- timeout --signal=15 40m ./gitlab/integration.sh $PHPVERSION

0 commit comments

Comments
 (0)