Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
5fb73bbf
Verified
Commit
5fb73bbf
authored
1 year ago
by
Bartek Jaskulski
Browse files
Options
Downloads
Patches
Plain Diff
feat: switch to linting PHP 7.4 syntax from 7.2
Signed-off-by:
Bart Jaskulski
<
bjaskulski@protonmail.com
>
parent
ab233fc3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
gitlab-ci-1.2.yml
+3
-3
3 additions, 3 deletions
gitlab-ci-1.2.yml
includes/tests/lint.yml
+2
-2
2 additions, 2 deletions
includes/tests/lint.yml
with
5 additions
and
5 deletions
gitlab-ci-1.2.yml
+
3
−
3
View file @
5fb73bbf
variables
:
WPDESK_CI_VERSION
:
"
2023.11.0
7
"
WPDESK_CI_VERSION
:
"
2023.11.
1
0"
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
...
...
This diff is collapsed.
Click to expand it.
includes/tests/lint.yml
+
2
−
2
View file @
5fb73bbf
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment