dependabot[bot] opened a new pull request, #8438:
URL: https://github.com/apache/netbeans/pull/8438

   Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) 
from 2.32.0 to 2.33.0.
   <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.33.0</h2>
   <h2>Changelog</h2>
   <ul>
   <li>Added support for Arm Ubuntu runners <code>ubuntu-24.04-arm</code> and 
<code>ubuntu-22.04-arm</code>. (<a 
href="https://redirect.github.com/shivammathur/setup-php/issues/848";>#848</a>)</li>
   </ul>
   <pre lang="yml"><code>jobs:
     run:
       runs-on: ubuntu-24.04-arm # or ubuntu-22.04-arm
       steps:
       - name: Setup PHP
         uses: shivammathur/setup-php@v2
         with:
           php-version: '8.4'
   </code></pre>
   <ul>
   <li>
   <p>Dropped support for Ubuntu 20.04 (<code>ubuntu-20.04</code>) for both 
GitHub hosted and self-hosted runners. Please migrate your workflows to 
<code>ubuntu-22.04</code> or <code>ubuntu-24.04</code>. (<a 
href="https://redirect.github.com/shivammathur/setup-php/issues/939";>#939</a>)
   Ref: <a 
href="https://github.com/shivammathur/setup-php#github-hosted-runners";>https://github.com/shivammathur/setup-php#github-hosted-runners</a></p>
   </li>
   <li>
   <p>Improved support for installing PHPUnit around new releases. Now 
setup-php will fallback to the previous release till new release is available 
on the phpunit.de website after it is tagged. (<a 
href="https://redirect.github.com/shivammathur/setup-php/issues/913";>#913</a>, 
<a 
href="https://redirect.github.com/shivammathur/setup-php/issues/938";>#938</a>)</p>
   </li>
   </ul>
   <pre lang="yml"><code>- name: Setup PHP
     uses: shivammathur/setup-php@v2
     with:
       php-version: '8.4'
       tools: phpunit
   </code></pre>
   <ul>
   <li>
   <p>Switched to using <a 
href="https://ppa.launchpadcontent.net";>https://ppa.launchpadcontent.net</a> 
for launchpad PPAs instead of <a 
href="http://ppa.launchpad.net";>http://ppa.launchpad.net</a>. (<a 
href="https://redirect.github.com/shivammathur/setup-php/issues/927";>#927</a>, 
<a 
href="https://redirect.github.com/shivammathur/setup-php/issues/928";>#928</a>)</p>
   </li>
   <li>
   <p>Added a fallback to calling launchpad's API for getting PPA signatures to 
reduce reported failures on self-hosted runners. (<a 
href="https://redirect.github.com/shivammathur/setup-php/issues/935";>#935</a>)</p>
   </li>
   <li>
   <p>Added support for specifying tools' directory using 
<code>TOOLS_DIR</code> env. (<a 
href="https://redirect.github.com/shivammathur/setup-php/issues/937";>#937</a>)</p>
   </li>
   </ul>
   <pre lang="yml"><code>- name: Setup PHP
     uses: shivammathur/setup-php@v2
     with:
       php-version: '8.4'
     env:
       TOOLS_DIR: '/tmp/tools'
   </code></pre>
   <ul>
   <li>
   <p>Fixed cache support for <code>openswoole</code>. (<a 
href="https://redirect.github.com/shivammathur/setup-php/issues/917";>#917</a>, 
<a 
href="https://redirect.github.com/shivammathur/cache-extensions/issues/47";>shivammathur/cache-extensions#47</a>)</p>
   </li>
   <li>
   <p>Fixed the version of <code>composer-normalize</code> in the logs. (<a 
href="https://redirect.github.com/shivammathur/setup-php/issues/899";>#899</a>)</p>
   </li>
   </ul>
   <pre lang="yml"><code>- name: Setup PHP
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/cf4cade2721270509d5b1c766ab3549210a39a2a";><code>cf4cade</code></a>
 Drop support for ubuntu-20.04 [skip ci]</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/316da6edfbbf4e3af92559991537fb5e7ac31225";><code>316da6e</code></a>
 Fix phalcon and zephir_parser support on Windows</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/34061fa6b41373ca6fcd56eb5875ed0d540faf0d";><code>34061fa</code></a>
 Fix relay support on macOS</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/b7bd9e46555d52d7a374179a8497af0ef1272690";><code>b7bd9e4</code></a>
 Bump version to 2.33.0</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/78e1c9506039dcfa324e28d95b07f49dd881ad6b";><code>78e1c95</code></a>
 feat: set this via an environment variable instead</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/310e481b836d04ffc7e56944c682c5b579ebd3c9";><code>310e481</code></a>
 feat: allow tools path directory to be set</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/42a9487ddd45db247decea2acf7de871a8178226";><code>42a9487</code></a>
 Fix pdo_oci</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/f5d98d1683efd2f251345c0848fa74170cb8e113";><code>f5d98d1</code></a>
 Improve support for phalcon5 and zephir_parser</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/1a94db50cba7b47d27cd045864852fd5dca8a5bd";><code>1a94db5</code></a>
 Update dependencies</li>
   <li><a 
href="https://github.com/shivammathur/setup-php/commit/1489f576c9b114d937f49d3ae8667038d0b6703b";><code>1489f57</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shivammathur/setup-php/issues/928";>#928</a> 
from jg-development/main</li>
   <li>Additional commits viewable in <a 
href="https://github.com/shivammathur/setup-php/compare/9e72090525849c5e82e596468b86eb55e9cc5401...cf4cade2721270509d5b1c766ab3549210a39a2a";>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.32.0&new-version=2.33.0)](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: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to