Skip to content

Commit

Permalink
Merge c86c7d2 into e5eb03a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 30, 2022
2 parents e5eb03a + c86c7d2 commit ef0cba7
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.18.1
uses: shivammathur/setup-php@2.19.0
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.18.1
uses: shivammathur/setup-php@2.19.0
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.18.1
uses: shivammathur/setup-php@2.19.0
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.18.1
uses: shivammathur/setup-php@2.19.0
with:
php-version: ${{ matrix.php-versions }}
extensions: gd,mbstring,pcov,xdebug
Expand Down

0 comments on commit ef0cba7

Please sign in to comment.