Skip to content

PHPversion is upgraded in the GitlabCI image #2514

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ stages:
- style
- ci_checks

image: domjudge/gitlabci:22.04
image: domjudge/gitlabci:24.04
2 changes: 1 addition & 1 deletion gitlab/ci/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
stage: integration
script:
- set -eux
- if [ -z ${PHPVERSION+x} ]; then export PHPVERSION=8.1; fi
- if [ -z ${PHPVERSION+x} ]; then export PHPVERSION=8.3; fi
- if [ "$TEST" = "E2E" ]; then exit 0; fi
- if [ "$CRAWL_DATASOURCES" != "0" ]; then exit 0; fi
- timeout --signal=15 40m ./gitlab/integration.sh $PHPVERSION
Expand Down
4 changes: 2 additions & 2 deletions gitlab/ci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
- /bin/true
parallel:
matrix:
- PHPVERSION: ["8.1","8.2"]
- PHPVERSION: ["8.1","8.2","8.3"]
TEST: ["E2E","Unit"]
CRAWL_DATASOURCES: ["0","1","2"]

Expand All @@ -60,6 +60,6 @@
- /bin/true
parallel:
matrix:
- PHPVERSION: ["8.2"]
- PHPVERSION: ["8.3"]
TEST: ["E2E","Unit"]
CRAWL_DATASOURCES: ["0"]
Loading