Skip to content

Commit

Permalink
Merge pull request #2967 from skaut/dependabot/github_actions/shivamm…
Browse files Browse the repository at this point in the history
…athur/setup-php-2.32.0

Bump shivammathur/setup-php from 2.31.1 to 2.32.0
  • Loading branch information
marekdedic authored Dec 30, 2024
2 parents 4d382a0 + b4186af commit ecdd580
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: "Setup PHP"
uses: shivammathur/setup-php@2.31.1
uses: shivammathur/setup-php@2.32.0
with:
php-version: 5.6
coverage: none
Expand All @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: "Setup PHP"
uses: shivammathur/setup-php@2.31.1
uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ env.php-version }}
coverage: none
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
restore-keys: ${{ steps.extcache.outputs.key }}

- name: "Setup PHP"
uses: shivammathur/setup-php@2.31.1
uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ env.php-version }}
extensions: ${{ env.php-extensions }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
version: ${{ env.cache-version }}

- name: "Setup PHP"
uses: shivammathur/setup-php@2.31.1
uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ matrix.versions.php }}
coverage: pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: "Setup PHP"
uses: shivammathur/setup-php@2.31.1
uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ env.php-version }}
coverage: none
Expand Down

0 comments on commit ecdd580

Please sign in to comment.