Skip to content

Commit

Permalink
chore: setup php v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mane-Olawale committed Jul 10, 2022
1 parent 62481c9 commit e60ea26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main

jobs:
tests:
Expand Down Expand Up @@ -37,9 +37,10 @@ jobs:
git --version
- name: Setup PHP
# use PHP of specific version
uses: shivammathur/setup-php@v1
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip
coverage: none # disable xdebug, pcov
ini-values: error_reporting=E_ALL
tools: composer:v2
Expand Down

0 comments on commit e60ea26

Please sign in to comment.