Skip to content

Commit f88525b

Browse files
authored
Switch to composer v2 (#826)
1 parent 7e230f9 commit f88525b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/branch_alias.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Set up PHP
14-
uses: shivammathur/setup-php@2.5.0
14+
uses: shivammathur/setup-php@2.7.0
1515
with:
1616
php-version: 7.4
1717
coverage: none

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717

1818
steps:
1919
- name: Set up PHP
20-
uses: shivammathur/setup-php@2.1.2
20+
uses: shivammathur/setup-php@2.7.0
2121
with:
2222
php-version: ${{ matrix.php }}
2323
coverage: none
24-
tools: flex
24+
tools: composer:v2
2525

2626
- name: Checkout code
2727
uses: actions/checkout@v2

0 commit comments

Comments
 (0)