Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .github/jobs/fix_pipelinecomponents_image.sh

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,15 @@ jobs:
phpcs_compatibility:
runs-on: ubuntu-latest
container:
image: pipelinecomponents/php-codesniffer:latest
image: domjudge/gitlabci:24.04
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
/vendor/bin/phpcs -s -p --colors
--standard=PHPCompatibility
--extensions=php
--runtime-set testVersion ${{ matrix.PHPVERSION }}
Expand Down
Loading