Skip to content

Commit

Permalink
Update shivammathur/setup-php action to v2.27.0
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | shivammathur/setup-php | 2.26.0 | 2.27.0 |
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 76a856c commit 3f526d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
with:
coverage: "pcov"
php-version: "8.2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
with:
coverage: "pcov"
php-version: "8.2"
Expand Down

0 comments on commit 3f526d0

Please sign in to comment.