File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed
Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change 3939 webapp/public
4040 webapp/config
4141
42- phpcs_compatibility_new_style :
42+ phpcs_compatibility :
4343 runs-on : ubuntu-latest
4444 container :
4545 image : domjudge/gitlabci:24.04
6868 webapp/public
6969 webapp/config
7070
71- phpcs_compatibility :
72- runs-on : ubuntu-latest
73- container :
74- image : pipelinecomponents/php-codesniffer:latest
75- strategy :
76- matrix :
77- PHPVERSION : ["8.1", "8.2", "8.3", "8.4"]
78- steps :
79- - run : apk add git
80- - uses : actions/checkout@v4
81- - name : Various fixes to this image
82- run : .github/jobs/fix_pipelinecomponents_image.sh
83- - name : Detect compatibility with supported PHP version
84- run : >
85- phpcs -s -p --colors
86- --standard=PHPCompatibility
87- --extensions=php
88- --runtime-set testVersion ${{ matrix.PHPVERSION }}
89- lib/lib.*.php
90- etc
91- judge
92- webapp/src
93- webapp/tests
94- webapp/public
95- webapp/config
96-
9771 pycodestyle :
9872 runs-on : ubuntu-latest
9973 steps :
You can’t perform that action at this time.
0 commit comments