Skip to content

Commit

Permalink
Set fetch-depth to zero, always fetch tags and add zip ext
Browse files Browse the repository at this point in the history
  • Loading branch information
xvilo committed Dec 18, 2023
1 parent e77d36d commit 8d03445
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-tags: true

# Docs: https://github.com/shivammathur/setup-php
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
tools: phpunit-bridge
extensions: mbstring, xml, ctype, iconv, intl, pdo_sqlite, pgsql
extensions: mbstring, xml, ctype, iconv, intl, pdo_sqlite, pgsql, zip
coverage: xdebug

- name: Get composer cache directory
Expand Down

0 comments on commit 8d03445

Please sign in to comment.