Skip to content

Commit b4861e3

Browse files
committed
Don't check compatability
1 parent ac0850d commit b4861e3

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/codestyle.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -40,32 +40,6 @@ jobs:
4040
webapp/public
4141
webapp/config
4242
43-
phpcs_compatibility:
44-
runs-on: ubuntu-latest
45-
container:
46-
image: pipelinecomponents/php-codesniffer:latest
47-
strategy:
48-
matrix:
49-
PHPVERSION: ["8.1", "8.2", "8.3", "8.4"]
50-
steps:
51-
- run: apk add git
52-
- uses: actions/checkout@v4
53-
- name: Various fixes to this image
54-
run: .github/jobs/fix_pipelinecomponents_image.sh
55-
- name: Detect compatibility with supported PHP version
56-
run: >
57-
phpcs -s -p --colors
58-
--standard=PHPCompatibility
59-
--extensions=php
60-
--runtime-set testVersion ${{ matrix.PHPVERSION }}
61-
lib/lib.*.php
62-
etc
63-
judge
64-
webapp/src
65-
webapp/tests
66-
webapp/public
67-
webapp/config
68-
6943
pycodestyle:
7044
runs-on: ubuntu-latest
7145
steps:

0 commit comments

Comments
 (0)