Skip to content

Commit

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

Bump shivammathur/setup-php from 2.19.0 to 2.19.1
  • Loading branch information
mgrundkoetter authored Jun 7, 2022
2 parents 13d9fd7 + 6c57500 commit 991ca1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].1
with:
php-version: '7.4'
tools: composer
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].1
with:
php-version: ${{ matrix.php }}
tools: composer
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].1
with:
php-version: '7.4'
tools: composer
Expand Down

0 comments on commit 991ca1a

Please sign in to comment.