Skip to content
Snippets Groups Projects
Verified Commit 79b27d4b authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

build: update php-box image version

parent f7aade83
No related branches found
No related tags found
No related merge requests found
prepare prefixed vendor: prepare prefixed vendor:
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1 image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.2
artifacts: artifacts:
name: "vendor_prefixed" name: "vendor_prefixed"
paths: paths:
...@@ -62,7 +62,7 @@ prepare npm assets: ...@@ -62,7 +62,7 @@ prepare npm assets:
- if [[ -f tests/codeception/prepare_npm.sh ]]; then sh tests/codeception/prepare_npm.sh; fi - if [[ -f tests/codeception/prepare_npm.sh ]]; then sh tests/codeception/prepare_npm.sh; fi
prepare tests: prepare tests:
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1 image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.2
tags: tags:
- vendor - vendor
stage: prepare-vendor stage: prepare-vendor
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
lint:8.3: lint:8.3:
extends: .lint extends: .lint
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1 image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.2
lint:7.4: lint:7.4:
extends: .lint extends: .lint
......
.static-analysis: .static-analysis:
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1 image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.2
needs: needs:
- prepare prefixed vendor - prepare prefixed vendor
stage: tests stage: tests
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
.template: &job-test-unit-template .template: &job-test-unit-template
<<: *job-test-template <<: *job-test-template
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1 image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.2
before_script: before_script:
- echo ${WPDESK_CI_VERSION} - echo ${WPDESK_CI_VERSION}
- php --version - php --version
......
.template: &job-check-version-cohesion .template: &job-check-version-cohesion
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1 image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.2
stage: tests stage: tests
variables: variables:
PLUGIN_VERSION: ${CI_COMMIT_REF_NAME} PLUGIN_VERSION: ${CI_COMMIT_REF_NAME}
......
prepare translations: prepare translations:
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1 image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.2
artifacts: artifacts:
name: "language" name: "language"
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment