Skip to content

Commit

Permalink
Update shivammathur/setup-php action to v2.29.0
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | shivammathur/setup-php | 2.28.0 | 2.29.0 |
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent b8fe768 commit d09d483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4

- name: "install php"
uses: "shivammathur/setup-php@2.28.0"
uses: "shivammathur/setup-php@2.29.0"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4

- name: "install php"
uses: "shivammathur/setup-php@2.28.0"
uses: "shivammathur/setup-php@2.29.0"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4

- name: "install PHP"
uses: "shivammathur/setup-php@2.28.0"
uses: "shivammathur/setup-php@2.29.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit d09d483

Please sign in to comment.