File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 2020 - 7.2
2121
2222env :
23- matrix :
24- # `master`
25- - PHPCS_VERSION="dev-master" LINT=1
26- # Lowest supported PHPCS version.
27- # In reality this is 3.0.2, but there is a bug in the unit test runner of that version.
28- - PHPCS_VERSION="3.0.2"
23+ # `master`
24+ - PHPCS_VERSION="dev-master" LINT=1
25+ # Lowest supported PHPCS version.
26+ - PHPCS_VERSION="3.0.2"
2927
3028# Define the stages used.
3129# For non-PRs, only the sniff and quicktest stages are run.
@@ -70,12 +68,15 @@ jobs:
7068 - stage : quicktest
7169 php : 7.3
7270 env : PHPCS_VERSION="dev-master" LINT=1
73- - php : 7.2
71+ - stage : quicktest
72+ php : 7.2
7473 env : PHPCS_VERSION="3.0.2"
7574
76- - php : 5.4
75+ - stage : quicktest
76+ php : 5.4
7777 env : PHPCS_VERSION="dev-master" LINT=1
78- - php : 5.4
78+ - stage : quicktest
79+ php : 5.4
7980 env : PHPCS_VERSION="3.0.2"
8081
8182 # ### TEST STAGE ####
You can’t perform that action at this time.
0 commit comments