Skip to content

Commit 69faac0

Browse files
committed
This should already be part of the gitlabci image
1 parent 0ad5d8f commit 69faac0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/jobs/fix_pipelinecomponents_image.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ mydir=$(pwd)
1616
echo "Before /app/composer.json:"
1717
cat /app/composer.json
1818

19-
echo "Install the only needed tool"
20-
cd /app
21-
composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
22-
composer update
23-
cd "$mydir"
19+
#echo "Install the only needed tool"
20+
#cd /app
21+
#composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
22+
#composer update
23+
#cd "$mydir"
2424

2525
echo "After /app/composer.json:"
2626
cat /app/composer.json

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
image: domjudge/gitlabci:24.04
4646
strategy:
4747
matrix:
48-
PHPVERSION: ["8.1", "8.2", "8.3", "8.4", "8.5"]
48+
PHPVERSION: ["8.1", "8.2", "8.3", "8.4"]
4949
steps:
5050
- uses: actions/checkout@v4
5151
- name: Trigger the plugin

0 commit comments

Comments
 (0)