Skip to content

Commit

Permalink
Fixes github actions error, enable code coverage for specific job
Browse files Browse the repository at this point in the history
  • Loading branch information
richan-fongdasen committed Mar 13, 2024
1 parent 3f34d16 commit 304aafb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, intl, gd, exif, iconv
coverage: none
- name: Remove some dev dependencies
run: composer remove "ekino/phpstan-banned-code" "nunomaduro/larastan" "phpmd/phpmd" "phpstan/phpstan-deprecation-rules" --dev --no-update
- name: Get Composer Cache Directory
Expand Down

0 comments on commit 304aafb

Please sign in to comment.