Skip to content

Commit

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

Bump shivammathur/setup-php from 2.21.1 to 2.21.2
  • Loading branch information
Bizley authored Aug 19, 2022
2 parents f2199c8 + a691940 commit da3c423
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/checkout@v3

- name: Install PHP
uses: shivammathur/[email protected].1
uses: shivammathur/[email protected].2
with:
php-version: '8.0'
extensions: mbstring, intl
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/[email protected].1
uses: shivammathur/[email protected].2
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl, mysql
Expand Down

0 comments on commit da3c423

Please sign in to comment.