mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 02:56:13 +02:00

[TASK] Upgrade composer to 2.6 in github actions (#990)

Resolves: #987

Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
Łukasz Uznański 2023-11-17 12:06:12 +01:00 committed by GitHub
parent 0557cc0415
commit 1cd6ec4a76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@ jobs:
with: with:
php-version: "${{ matrix.php-version }}" php-version: "${{ matrix.php-version }}"
coverage: none coverage: none
tools: composer:v2.4 tools: composer:v2.6
- name: "Show the Composer configuration" - name: "Show the Composer configuration"
run: "composer config --global --list" run: "composer config --global --list"
- name: "Run PHP lint" - name: "Run PHP lint"
@ -48,7 +48,7 @@ jobs:
with: with:
php-version: "${{ matrix.php-version }}" php-version: "${{ matrix.php-version }}"
coverage: none coverage: none
tools: composer:v2.4 tools: composer:v2.6
- name: "Show Composer version" - name: "Show Composer version"
run: "composer --version" run: "composer --version"
- name: "Show the Composer configuration" - name: "Show the Composer configuration"
@ -113,7 +113,7 @@ jobs:
with: with:
php-version: "${{ matrix.php-version }}" php-version: "${{ matrix.php-version }}"
coverage: none coverage: none
tools: composer:v2.4 tools: composer:v2.6
- name: "Show Composer version" - name: "Show Composer version"
run: "composer --version" run: "composer --version"
- name: "Show the Composer configuration" - name: "Show the Composer configuration"
@ -210,7 +210,7 @@ jobs:
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: "${{ matrix.php-version }}" php-version: "${{ matrix.php-version }}"
tools: composer:v2.4 tools: composer:v2.6
extensions: mysqli extensions: mysqli
coverage: none coverage: none
- name: "Show Composer version" - name: "Show Composer version"

View file

@ -22,7 +22,7 @@ jobs:
with: with:
php-version: "${{ matrix.php-version }}" php-version: "${{ matrix.php-version }}"
coverage: none coverage: none
tools: composer:v2.4 tools: composer:v2.6
- name: "Run PHP lint" - name: "Run PHP lint"
run: "composer ci:php:lint" run: "composer ci:php:lint"
strategy: strategy:
@ -97,7 +97,7 @@ jobs:
with: with:
php-version: "${{ matrix.php-version }}" php-version: "${{ matrix.php-version }}"
coverage: none coverage: none
tools: composer:v2.4 tools: composer:v2.6
- name: "Show Composer version" - name: "Show Composer version"
run: composer --version run: composer --version
- name: "Cache dependencies installed with composer" - name: "Cache dependencies installed with composer"
@ -154,7 +154,7 @@ jobs:
with: with:
php-version: "${{ matrix.php-version }}" php-version: "${{ matrix.php-version }}"
coverage: none coverage: none
tools: composer:v2.4 tools: composer:v2.6
- name: "Show Composer version" - name: "Show Composer version"
run: composer --version run: composer --version
- name: "Cache dependencies installed with composer" - name: "Cache dependencies installed with composer"
@ -237,7 +237,7 @@ jobs:
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: "${{ matrix.php-version }}" php-version: "${{ matrix.php-version }}"
tools: composer:v2.4 tools: composer:v2.6
extensions: mysqli extensions: mysqli
coverage: none coverage: none
- name: "Show Composer version" - name: "Show Composer version"