Skip to content

Commit c772b9c

Browse files
authored
fix: peg composer at 2.8.x to avoid security blocking, etc in 2.9 (#4294)
1 parent 199b857 commit c772b9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/REUSABLE_backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
php-version: ${{ matrix.php }}
144144
coverage: xdebug
145145
extensions: ${{ inputs.php_extensions }}
146-
tools: phpunit, composer:v2
146+
tools: phpunit, composer:2.8
147147
ini-values: ${{ matrix.php_ini_values }}
148148

149149
# The authentication alter is necessary because newer mysql versions use the `caching_sha2_password` driver,
@@ -197,7 +197,7 @@ jobs:
197197
php-version: ${{ matrix.php }}
198198
coverage: xdebug
199199
extensions: ${{ inputs.php_extensions }}
200-
tools: phpunit, composer:v2
200+
tools: phpunit, composer:2.8
201201
ini-values: ${{ matrix.php_ini_values }}
202202

203203
- name: Install Composer dependencies

.github/workflows/REUSABLE_frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
php-version: '8.2'
149149
extensions: curl, dom, gd, json, mbstring, openssl, pdo_mysql, tokenizer, zip
150-
tools: composer:v2
150+
tools: composer:2.8
151151

152152
# Needed since tsconfig draws typings from vendor folder.
153153
- name: Install Composer dependencies

0 commit comments

Comments
 (0)