Skip to content

Commit

Permalink
CI: use composer v2, remove prestissimo
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Dec 19, 2023
1 parent 0e8c153 commit bb87de9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
tools: composer:v1, prestissimo
tools: composer:v2
extensions: ast
coverage: none

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
tools: composer:v1, prestissimo
tools: composer:v2
extensions: ast
coverage: none

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
tools: composer:v1, prestissimo
tools: composer:v2
extensions: ast
coverage: none

Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
tools: composer:v1, prestissimo
tools: composer:v2
extensions: ast
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
tools: composer:v1, prestissimo, pecl
tools: composer:v2, pecl
coverage: none

#https://github.com/actions/cache/blob/master/examples.md#php---composer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
tools: composer:v1, prestissimo, pecl
tools: composer:v2, pecl
coverage: none

#https://github.com/actions/cache/blob/master/examples.md#php---composer
Expand Down

0 comments on commit bb87de9

Please sign in to comment.