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

fix: revert linting in 8.2, as 8.3 image is invalid

parent c9772917
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,9 @@
script:
- find -name '*.php' -print0 |xargs -I{} -0 -P16 php -l {} >/dev/null
lint:8.3:
lint:8.2:
extends: .lint
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3
script:
- php -l **/*.php
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.2
lint:7.4:
extends: .lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment