Skip to content

Commit

Permalink
chore(deps): update shivammathur/setup-php action to v2.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 29, 2023
1 parent 637facd commit 4ec4a1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git config --global core.eol lf
- name: Install PHP
uses: shivammathur/setup-php@2.22.0
uses: shivammathur/setup-php@2.25.5
with:
php-version: ${{ matrix.php-versions }}
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/setup-php@2.22.0
uses: shivammathur/setup-php@2.25.5
with:
php-version: ${{ matrix.php-versions }}
extensions: gd,mbstring,pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/setup-php@2.22.0
uses: shivammathur/setup-php@2.25.5
with:
php-version: ${{ matrix.php-versions }}
coverage: pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/setup-php@2.22.0
uses: shivammathur/setup-php@2.25.5
with:
php-version: ${{ matrix.php }}
coverage: pcov
Expand Down

0 comments on commit 4ec4a1d

Please sign in to comment.