dependabot[bot] opened a new pull request, #8854: URL: https://github.com/apache/netbeans/pull/8854
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 /> [](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-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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
