Skip to content

Commit defff4e

Browse files
committed
Don´t use the old image
1 parent 288834e commit defff4e

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

.github/workflows/codestyle.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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
@@ -68,32 +68,6 @@ jobs:
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:

0 commit comments

Comments
 (0)