[PR #631] [MERGED] chore(deps): Bump shivammathur/setup-php from 2.35.4 to 2.35.5 #641

Closed
opened 2026-02-26 06:31:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/631
Author: @dependabot[bot]
Created: 9/20/2025
Status: Merged
Merged: 9/20/2025
Merged by: @vitormattos

Base: masterHead: dependabot/github_actions/shivammathur/setup-php-2.35.5


📝 Commits (1)

  • 41ab087 chore(deps): Bump shivammathur/setup-php from 2.35.4 to 2.35.5

📊 Changes

8 files changed (+8 additions, -8 deletions)

View changed files

📝 .github/workflows/appstore-build-publish.yml (+1 -1)
📝 .github/workflows/lint-php-cs.yml (+1 -1)
📝 .github/workflows/lint-php.yml (+1 -1)
📝 .github/workflows/openapi.yml (+1 -1)
📝 .github/workflows/phpunit-mysql.yml (+1 -1)
📝 .github/workflows/phpunit-pgsql.yml (+1 -1)
📝 .github/workflows/phpunit-sqlite.yml (+1 -1)
📝 .github/workflows/psalm.yml (+1 -1)

📄 Description

Bumps shivammathur/setup-php from 2.35.4 to 2.35.5.

Release notes

Sourced from shivammathur/setup-php's releases.

2.35.5

Changelog

  • Added support for macOS 26 based environments.
runs-on: macos-26
steps:
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  • Fixed resolving tools' releases to the latest one for a version prefix in tools input. (#1000) For example, this should install the latest release of PHPUnit with 10.5 as the prefix.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.1'
    tools: phpunit:10.5.x
  • Improved installing intl extension with a particular ICU versions.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    extensions: intl-77.1
  • Fixed tools setup to use the new github-token input value to avoid rate limits.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    tools: phpcs: 4
    github-token: ${{ secrets.GITHUB_TOKEN }}
  • Improved errors when tools fail to install. (#991)

  • Fixed warning in get function on request failure.

  • Added a fallback source for composer phar archives. (#956)

  • Added a fallback source for PPA keys. (#996)

  • Fixed opcache.jit_buffer_size config on arm environments. (#999)

... (truncated)

Commits
  • bf6b4fb Improve sorting in tools.getSemverVersion
  • 8f81967 Fix sorting in tools.getSemverVersion
  • 06512d9 Update macos-latest in README [skip ci]
  • 1c302ae Mark macOS 26 as supported [skip ci]
  • dcffe28 Fix jit config on arm
  • 6ffdb3d Bump version to 2.35.5
  • c97dacb Merge pull request #995 from shivammathur/dependabot/github_actions/develop/a...
  • 34f574e Bump actions/setup-node from 4 to 5
  • 317a051 Add fallback cache for keys in ppa.sh
  • dfcda83 Add fallback url for composer
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/631 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/20/2025 **Status:** ✅ Merged **Merged:** 9/20/2025 **Merged by:** [@vitormattos](https://github.com/vitormattos) **Base:** `master` ← **Head:** `dependabot/github_actions/shivammathur/setup-php-2.35.5` --- ### 📝 Commits (1) - [`41ab087`](https://github.com/nextcloud/twofactor_gateway/commit/41ab087922e6e547c51ebf2b62bde9cfeac5a663) chore(deps): Bump shivammathur/setup-php from 2.35.4 to 2.35.5 ### 📊 Changes **8 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/appstore-build-publish.yml` (+1 -1) 📝 `.github/workflows/lint-php-cs.yml` (+1 -1) 📝 `.github/workflows/lint-php.yml` (+1 -1) 📝 `.github/workflows/openapi.yml` (+1 -1) 📝 `.github/workflows/phpunit-mysql.yml` (+1 -1) 📝 `.github/workflows/phpunit-pgsql.yml` (+1 -1) 📝 `.github/workflows/phpunit-sqlite.yml` (+1 -1) 📝 `.github/workflows/psalm.yml` (+1 -1) </details> ### 📄 Description Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.35.4 to 2.35.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shivammathur/setup-php/releases">shivammathur/setup-php's releases</a>.</em></p> <blockquote> <h2>2.35.5</h2> <h2>Changelog</h2> <ul> <li>Added support for macOS 26 based environments.</li> </ul> <pre lang="yml"><code>runs-on: macos-26 steps: - name: Setup PHP uses: shivammathur/setup-php@v2 </code></pre> <ul> <li>Fixed resolving tools' releases to the latest one for a version prefix in tools input. (<a href="https://redirect.github.com/shivammathur/setup-php/issues/1000">#1000</a>) For example, this should install the latest release of PHPUnit with <code>10.5</code> as the prefix.</li> </ul> <pre lang="yml"><code>- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.1' tools: phpunit:10.5.x </code></pre> <ul> <li>Improved installing <code>intl</code> extension with a particular ICU versions.</li> </ul> <pre lang="yml"><code>- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.4' extensions: intl-77.1 </code></pre> <ul> <li>Fixed tools setup to use the new <code>github-token</code> input value to avoid rate limits.</li> </ul> <pre lang="yml"><code>- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.4' tools: phpcs: 4 github-token: ${{ secrets.GITHUB_TOKEN }} </code></pre> <ul> <li> <p>Improved errors when tools fail to install. (<a href="https://redirect.github.com/shivammathur/setup-php/issues/991">#991</a>)</p> </li> <li> <p>Fixed warning in get function on request failure.</p> </li> <li> <p>Added a fallback source for composer phar archives. (<a href="https://redirect.github.com/shivammathur/setup-php/issues/956">#956</a>)</p> </li> <li> <p>Added a fallback source for PPA keys. (<a href="https://redirect.github.com/shivammathur/setup-php/issues/996">#996</a>)</p> </li> <li> <p>Fixed <code>opcache.jit_buffer_size</code> config on arm environments. (<a href="https://redirect.github.com/shivammathur/setup-php/issues/999">#999</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shivammathur/setup-php/commit/bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f"><code>bf6b4fb</code></a> Improve sorting in tools.getSemverVersion</li> <li><a href="https://github.com/shivammathur/setup-php/commit/8f8196743c19b9fcb7b11d926cfab463116c3ae9"><code>8f81967</code></a> Fix sorting in tools.getSemverVersion</li> <li><a href="https://github.com/shivammathur/setup-php/commit/06512d94eda8abf7aff4fdb33184928bfc9f1990"><code>06512d9</code></a> Update macos-latest in README [skip ci]</li> <li><a href="https://github.com/shivammathur/setup-php/commit/1c302aed34d9fcc910dac305160111b351a41888"><code>1c302ae</code></a> Mark macOS 26 as supported [skip ci]</li> <li><a href="https://github.com/shivammathur/setup-php/commit/dcffe28928f01999f7fbf89aa197bb72ce81ff61"><code>dcffe28</code></a> Fix jit config on arm</li> <li><a href="https://github.com/shivammathur/setup-php/commit/6ffdb3d118e94f77260a8c57171d98df7f9e25f9"><code>6ffdb3d</code></a> Bump version to 2.35.5</li> <li><a href="https://github.com/shivammathur/setup-php/commit/c97dacbacf4be12670a95a640a2412674aef5f44"><code>c97dacb</code></a> Merge pull request <a href="https://redirect.github.com/shivammathur/setup-php/issues/995">#995</a> from shivammathur/dependabot/github_actions/develop/a...</li> <li><a href="https://github.com/shivammathur/setup-php/commit/34f574e7aa816b1da19373b8bd1e91629457d1ad"><code>34f574e</code></a> Bump actions/setup-node from 4 to 5</li> <li><a href="https://github.com/shivammathur/setup-php/commit/317a051dea6efbfed846541ec8d30801394eebac"><code>317a051</code></a> Add fallback cache for keys in ppa.sh</li> <li><a href="https://github.com/shivammathur/setup-php/commit/dfcda839682634b89860918993465424cc334a56"><code>dfcda83</code></a> Add fallback url for composer</li> <li>Additional commits viewable in <a href="https://github.com/shivammathur/setup-php/compare/ec406be512d7077f68eed36e63f4d91bc006edc4...bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shivammathur/setup-php&package-manager=github_actions&previous-version=2.35.4&new-version=2.35.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#641
No description provided.