Skip to content

Commit

Permalink
Update shivammathur/setup-php action to v2.24.0
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | shivammathur/setup-php | 2.23.0 | 2.24.0 |


Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Jan 27, 2023
1 parent 762820a commit 8ef81c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@2.23.0
- uses: shivammathur/setup-php@2.24.0
with:
php-version: 8.1
extensions: pcov
Expand All @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3

- name: "Install PHP"
uses: shivammathur/setup-php@2.23.0
uses: shivammathur/setup-php@2.24.0
with:
php-version: 8.1

Expand Down

0 comments on commit 8ef81c9

Please sign in to comment.