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

feat: update linter to php 8.3

parent 214ee0c8
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,12 @@
script:
- find -name '*.php' -print0 |xargs -n1 -0 -P16 php -l |grep -v "No syntax errors detected" && exit 1
lint:8.2:
<<: *lint-tmpl
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.2
lint:8.3:
extends: .lint
image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3
script:
- php -l **/*.php
lint:7.4:
<<: *lint-tmpl
extends: .lint
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