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

feat: switch to linting PHP 7.4 syntax from 7.2

parent ab233fc3
Branches
No related tags found
No related merge requests found
variables:
WPDESK_CI_VERSION: "2023.11.07"
WPDESK_CI_VERSION: "2023.11.10"
MYSQL_ROOT_PASSWORD: "mysql"
MYSQL_DATABASE: "wptest"
MYSQL_USER: "mysql"
......@@ -10,8 +10,8 @@ variables:
COMPOSER_MEMORY_LIMIT: "-1"
GIT_STRATEGY: "fetch"
CONTRIBUTORS: "wpdesk,dyszczo,grola,piotrpo,marcinkolanko"
MINIMAL_WP_TESTED_UP: "5.4"
MINIMAL_WC_TESTED_UP: "4.1"
MINIMAL_WP_TESTED_UP: "6.2"
MINIMAL_WC_TESTED_UP: "8.1"
stages:
- prepare-vendor
......
......@@ -13,6 +13,6 @@ lint:8.2:
<<: *lint-tmpl
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.2
lint:7.2:
lint:7.4:
<<: *lint-tmpl
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:7.2
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:7.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment