Skip to content

Commit

Permalink
Merge pull request #21 from bizley/dependabot/github_actions/shivamma…
Browse files Browse the repository at this point in the history
…thur/setup-php-2.16.0

Bump shivammathur/setup-php from 2.15.0 to 2.16.0
  • Loading branch information
Bizley authored Nov 26, 2021
2 parents 624eb0d + 5ba8238 commit bf32872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Install PHP
uses: shivammathur/setup-php@2.15.0
uses: shivammathur/setup-php@2.16.0
with:
php-version: '7.4'
extensions: mbstring, intl
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/[email protected]

- name: Install PHP
uses: shivammathur/setup-php@2.15.0
uses: shivammathur/setup-php@2.16.0
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl, mysql
Expand Down

0 comments on commit bf32872

Please sign in to comment.