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

feat: update used php version images

parent 5458b89f
No related branches found
No related tags found
No related merge requests found
variables:
WPDESK_CI_VERSION: "2024.10.25"
WPDESK_CI_VERSION: "2024.10.28"
MYSQL_ROOT_PASSWORD: "mysql"
MYSQL_DATABASE: "wptest"
MYSQL_USER: "mysql"
......
......@@ -4,7 +4,7 @@
tags:
- metrics
stage: tools
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:7.4
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:7.4.1
allow_failure: true
needs:
- prepare prefixed vendor
......
prepare prefixed vendor:
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.2
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1
artifacts:
name: "vendor_prefixed"
paths:
......@@ -62,7 +62,7 @@ prepare npm assets:
- if [[ -f tests/codeception/prepare_npm.sh ]]; then sh tests/codeception/prepare_npm.sh; fi
prepare tests:
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.2
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1
tags:
- vendor
stage: prepare-vendor
......
......@@ -18,10 +18,10 @@
exit "$RESULT"
fi
lint:8.2:
lint:8.3:
extends: .lint
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.2
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1
lint:7.4:
extends: .lint
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:7.4
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:7.4.1
.static-analysis:
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.2
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1
needs:
- prepare prefixed vendor
stage: tests
......
......@@ -15,6 +15,7 @@
.template: &job-test-unit-template
<<: *job-test-template
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1
before_script:
- echo ${WPDESK_CI_VERSION}
- php --version
......@@ -34,7 +35,6 @@
unit test lastest:
<<: *job-test-unit-template-fast
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.2
only:
refs:
- devel
......@@ -45,7 +45,6 @@ unit test lastest:
unit test lastest coverage:
<<: *job-test-unit-template
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.2
only:
refs:
- master
......@@ -53,7 +52,6 @@ unit test lastest coverage:
unit test lastest manual:
<<: *job-test-unit-template-fast
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.2
when: manual
allow_failure: true
except:
......@@ -65,7 +63,6 @@ unit test lastest manual:
unit test lastest coverage manual:
<<: *job-test-unit-template
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.2
when: manual
allow_failure: true
except:
......
.template: &job-check-version-cohesion
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.2
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1
stage: tests
variables:
PLUGIN_VERSION: ${CI_COMMIT_REF_NAME}
......
prepare translations:
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:7.4
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.1
artifacts:
name: "language"
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment