Skip to content

Commit

Permalink
ci: Simplify the PHP installation (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 3, 2023
1 parent 49a449d commit 238b857
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: intl, bcmath, curl, openssl, mbstring
ini-values: memory_limit=-1
tools: composer, php-cs-fixer
tools: php-cs-fixer
coverage: none

- name: Run PHP-CS-Fixer fix
Expand Down Expand Up @@ -72,8 +70,6 @@ jobs:
with:
php-version: ${{ matrix.php }}
tools: composer, flex
extensions: intl, bcmath, curl, openssl, mbstring
ini-values: memory_limit=-1

- name: Install Composer dependencies (${{ matrix.dependencies }})
uses: ramsey/composer-install@v1
Expand Down

0 comments on commit 238b857

Please sign in to comment.