Skip to content

Commit

Permalink
Update shivammathur/setup-php action to v2.26.0
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | shivammathur/setup-php | 2.25.5 | 2.26.0 |
  • Loading branch information
renovate[bot] committed Sep 18, 2023
1 parent 001c491 commit e0be8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: shivammathur/setup-php@2.25.5
- uses: shivammathur/setup-php@2.26.0
with:
php-version: ${{ env.stable_php }}
coverage: pcov
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: shivammathur/setup-php@2.25.5
- uses: shivammathur/setup-php@2.26.0
with:
php-version: ${{ env.stable_php }}
ini-values: memory_limit=-1
Expand Down

0 comments on commit e0be8e7

Please sign in to comment.