Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump shivammathur/setup-php from 2.30.2 to 2.31.1 #17855

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps shivammathur/setup-php from 2.30.2 to 2.31.1.

Release notes

Sourced from shivammathur/setup-php's releases.

2.31.1

Changelog

  • Fix installing PECL extensions on Windows with a build version #855

  • Fix cache support for ioncube extension #856

  • Updated Node.js dependencies.

For the complete list of changes, please refer to the Full Changelog

2.31.0

Changelog

  • Added support for a fallback mirror for ondrej/php PPA when launchpad is down (#834).

  • Fixed installing packages on self-hosted environments with existing conf files (#852).

  • Fixed support for oci8 and pdo_oci extensions on ubuntu-24.04.

  • Fixed support for couchbase extension on ubuntu-24.04.

  • Fixed support for ubuntu-24.04 after apt-fast was dropped from the GA images.

  • Fixed support for firebird extension on macos-14

  • Fixed support for blackfire extension on macos-14.

  • Fixed support for relay extension.

  • Fixed support for phalcon extension for PHP 7.4 on Ubuntu.

  • Updated Node.js dependencies.

For the complete list of changes, please refer to the Full Changelog

... (truncated)

Commits
  • c541c15 Bump version 2.31.1
  • afff805 Fix cache support for ioncube
  • 594bd59 Fix version regex in Add-Extension
  • 2e947f1 Bump version to 2.31.0
  • 2a52124 Add fallback mirror for php PPA when launchpad is down
  • 9c28f9b Fix support for phalcon on PHP 7.4
  • b9f1db4 Improve support for firebird
  • 588b5da Fix support for couchbase on Ubuntu 24.04
  • a0edbac Fix support for blackfire
  • 606ac25 Fix oci extension support on Ubuntu 24.04
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner August 19, 2024 12:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 19, 2024
@dependabot dependabot bot requested review from mkruskal-google and removed request for a team August 19, 2024 12:31
@JasonLunn
Copy link
Contributor

@dependabot rebase

@JasonLunn JasonLunn added the php label Oct 11, 2024
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.2 to 2.31.1.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@8872c78...c541c15)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/shivammathur/setup-php-2.31.1 branch from 78a333b to 5cdf92e Compare October 11, 2024 14:58
@JasonLunn JasonLunn added 🅰️ safe for tests Mark a commit as safe to run presubmits over and removed 🅰️ safe for tests Mark a commit as safe to run presubmits over labels Oct 11, 2024
copybara-service bot pushed a commit that referenced this pull request Oct 11, 2024
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.2 to 2.31.1.
<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.31.1</h2>
<h2>Changelog</h2>
<ul>
<li>
<p>Fix installing PECL extensions on Windows with a build version <a href="https://redirect.github.com/shivammathur/setup-php/issues/855">#855</a></p>
</li>
<li>
<p>Fix cache support for ioncube extension <a href="https://redirect.github.com/shivammathur/setup-php/issues/856">#856</a></p>
</li>
<li>
<p>Updated Node.js dependencies.</p>
</li>
</ul>
<p>For the complete list of changes, please refer to the <a href="https://github.com/shivammathur/setup-php/compare/2.31.0...2.31.1">Full Changelog</a></p>
<!-- raw HTML omitted -->
<h2>2.31.0</h2>
<h2>Changelog</h2>
<ul>
<li>
<p>Added support for a fallback mirror for <code>ondrej/php</code> PPA when launchpad is down (<a href="https://redirect.github.com/shivammathur/setup-php/issues/834">#834</a>).</p>
</li>
<li>
<p>Fixed installing packages on self-hosted environments with existing conf files (<a href="https://redirect.github.com/shivammathur/setup-php/issues/852">#852</a>).</p>
</li>
<li>
<p>Fixed support for <code>oci8</code> and <code>pdo_oci</code> extensions on <code>ubuntu-24.04</code>.</p>
</li>
<li>
<p>Fixed support for <code>couchbase</code> extension on <code>ubuntu-24.04</code>.</p>
</li>
<li>
<p>Fixed support for <code>ubuntu-24.04</code> after <code>apt-fast</code> was dropped from the GA images.</p>
</li>
<li>
<p>Fixed support for <code>firebird</code> extension on <code>macos-14</code></p>
</li>
<li>
<p>Fixed support for <code>blackfire</code> extension on <code>macos-14</code>.</p>
</li>
<li>
<p>Fixed support for <code>relay</code> extension.</p>
</li>
<li>
<p>Fixed support for <code>phalcon</code> extension for PHP 7.4 on Ubuntu.</p>
</li>
<li>
<p>Updated Node.js dependencies.</p>
</li>
</ul>
<p>For the complete list of changes, please refer to the <a href="https://github.com/shivammathur/setup-php/compare/2.30.5...2.31.0">Full Changelog</a></p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/shivammathur/setup-php/commit/c541c155eee45413f5b09a52248675b1a2575231"><code>c541c15</code></a> Bump version 2.31.1</li>
<li><a href="https://github.com/shivammathur/setup-php/commit/afff805ea318c148735d2a1e88142d355311db2f"><code>afff805</code></a> Fix cache support for ioncube</li>
<li><a href="https://github.com/shivammathur/setup-php/commit/594bd591ec5fc2a0913e1e6c6eba2bd60844146b"><code>594bd59</code></a> Fix version regex in Add-Extension</li>
<li><a href="https://github.com/shivammathur/setup-php/commit/2e947f1f6932d141d076ca441d0e1e881775e95b"><code>2e947f1</code></a> Bump version to 2.31.0</li>
<li><a href="https://github.com/shivammathur/setup-php/commit/2a5212466ca8f626f5b334783f6a2e7438e75326"><code>2a52124</code></a> Add fallback mirror for php PPA when launchpad is down</li>
<li><a href="https://github.com/shivammathur/setup-php/commit/9c28f9ba587c1e599886cf2b685ff26dd7addd29"><code>9c28f9b</code></a> Fix support for phalcon on PHP 7.4</li>
<li><a href="https://github.com/shivammathur/setup-php/commit/b9f1db485f39c53ecca24779b3a729cd00984f07"><code>b9f1db4</code></a> Improve support for firebird</li>
<li><a href="https://github.com/shivammathur/setup-php/commit/588b5da142b3dead73b8f5eeb3f59fad3897a197"><code>588b5da</code></a> Fix support for couchbase on Ubuntu 24.04</li>
<li><a href="https://github.com/shivammathur/setup-php/commit/a0edbac27b47c328458bf513e641d65bf3dbb4b3"><code>a0edbac</code></a> Fix support for blackfire</li>
<li><a href="https://github.com/shivammathur/setup-php/commit/606ac25b8439b7f029cd0978e1e776843d7bd400"><code>606ac25</code></a> Fix oci extension support on Ubuntu 24.04</li>
<li>Additional commits viewable in <a href="https://github.com/shivammathur/setup-php/compare/8872c784b04a1420e81191df5d64fbd59d3d3033...c541c155eee45413f5b09a52248675b1a2575231">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.30.2&new-version=2.31.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Closes #17855

COPYBARA_INTEGRATE_REVIEW=#17855 from protocolbuffers:dependabot/github_actions/shivammathur/setup-php-2.31.1 5cdf92e
FUTURE_COPYBARA_INTEGRATE_REVIEW=#17855 from protocolbuffers:dependabot/github_actions/shivammathur/setup-php-2.31.1 5cdf92e
PiperOrigin-RevId: 684947053
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/shivammathur/setup-php-2.31.1 branch October 11, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🅰️ safe for tests Mark a commit as safe to run presubmits over dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code php
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant