Skip to content

Commit

Permalink
Merge 31554ea into 614d4bd
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 1, 2022
2 parents 614d4bd + 31554ea commit 98378fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 1

- name: Install PHP
uses: shivammathur/setup-php@2.17.0
uses: shivammathur/setup-php@2.17.1
with:
php-version: ${{ matrix.php-versions }}
extensions: gd,mbstring,pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 1

- name: Install PHP
uses: shivammathur/setup-php@2.17.0
uses: shivammathur/setup-php@2.17.1
with:
php-version: ${{ matrix.php-versions }}
extensions: gd,mbstring,pcov,xdebug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 1

- name: Install PHP
uses: shivammathur/setup-php@2.17.0
uses: shivammathur/setup-php@2.17.1
with:
php-version: ${{ matrix.php-versions }}
extensions: gd,mbstring,pcov,xdebug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 1

- name: Install PHP
uses: shivammathur/setup-php@2.17.0
uses: shivammathur/setup-php@2.17.1
with:
php-version: ${{ matrix.php-versions }}
extensions: gd,mbstring,pcov,xdebug
Expand Down

0 comments on commit 98378fa

Please sign in to comment.