Skip to content

Commit

Permalink
Update shivammathur/setup-php action to v2.25.2
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | shivammathur/setup-php | 2.25.1 | 2.25.2 |
  • Loading branch information
renovate[bot] committed May 25, 2023
1 parent 9b9186b commit 36cb85e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@2.25.1
- uses: shivammathur/setup-php@2.25.2
with:
php-version: ${{ env.default_php }}
extensions: pcov
Expand All @@ -43,7 +43,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@2.25.1
- uses: shivammathur/setup-php@2.25.2
with:
php-version: ${{ env.default_php }}
ini-values: memory_limit=-1
Expand All @@ -61,7 +61,7 @@ jobs:

steps:
- uses: "actions/checkout@v3"
- uses: "shivammathur/setup-php@2.25.1"
- uses: "shivammathur/setup-php@2.25.2"
with:
coverage: "xdebug"
php-version: ${{ env.default_php }}
Expand Down

0 comments on commit 36cb85e

Please sign in to comment.