Skip to content

Commit

Permalink
Don't check compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 14, 2024
1 parent ac0850d commit b4861e3
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,32 +40,6 @@ jobs:
webapp/public
webapp/config
phpcs_compatibility:
runs-on: ubuntu-latest
container:
image: pipelinecomponents/php-codesniffer:latest
strategy:
matrix:
PHPVERSION: ["8.1", "8.2", "8.3", "8.4"]
steps:
- run: apk add git
- uses: actions/checkout@v4
- name: Various fixes to this image
run: .github/jobs/fix_pipelinecomponents_image.sh
- name: Detect compatibility with supported PHP version
run: >
phpcs -s -p --colors
--standard=PHPCompatibility
--extensions=php
--runtime-set testVersion ${{ matrix.PHPVERSION }}
lib/lib.*.php
etc
judge
webapp/src
webapp/tests
webapp/public
webapp/config
pycodestyle:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b4861e3

Please sign in to comment.