Skip to content

Commit

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

Bump shivammathur/setup-php from 2.16.0 to 2.17.0
  • Loading branch information
Bizley authored Feb 9, 2022
2 parents 8b75fa3 + 1789f32 commit e900f59
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.16.0
uses: shivammathur/setup-php@2.17.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.16.0
uses: shivammathur/setup-php@2.17.0
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl, mysql
Expand Down

0 comments on commit e900f59

Please sign in to comment.