Skip to content

Commit

Permalink
Fix CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 28, 2021
1 parent 7cf253c commit aca0e1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
php-version: ${{ matrix.php-version }}
extensions: mbstring, intl, pdo_${{ matrix.db-type }}
coverage: pcov
pecl: false

- name: Composer install
run: composer install
Expand Down Expand Up @@ -71,9 +70,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
extensios: mbstring, intl
extensions: mbstring, intl
coverage: none
pecl: false

- name: Composer Install
run: composer require --dev cakephp/cakephp-codesniffer:^4.1 psalm/phar:^3.18 phpstan/phpstan:^0.12
Expand Down

0 comments on commit aca0e1a

Please sign in to comment.