Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Dec 27, 2019
1 parent c9097df commit 7f64498
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
php-versions: ['7.2', '7.3', '7.4']
steps:
- uses: actions/checkout@v1
- uses: shivammathur/setup-php@v1
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring
ini-values: max_execution_time=600, memory_limit=-1
coverage: pcov
- name: Install dependencies
run: |
curl -sS https://getcomposer.org/installer | php -- --filename=composer
Expand Down

0 comments on commit 7f64498

Please sign in to comment.