Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Update all non-major dependencies #446

Open
wants to merge 1 commit into
base: 2.9.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
laminas/laminas-ci-matrix-action action minor 1.22.1 -> 1.24.0 age adoption passing confidence
laminas/laminas-continuous-integration-action action minor 1.32.0 -> 1.35.0 age adoption passing confidence
phpbench/phpbench require-dev patch ^1.2.9 -> ^1.2.14 age adoption passing confidence
phpunit/phpunit (source) require-dev patch ^9.6.5 -> ^9.6.13 age adoption passing confidence
roave/infection-static-analysis-plugin require-dev minor ^1.29.0 -> ^1.33.0 age adoption passing confidence
shivammathur/setup-php action minor 2.24.0 -> 2.26.0 age adoption passing confidence
vimeo/psalm require-dev minor ^5.7.7 -> ^5.15.0 age adoption passing confidence

Release Notes

laminas/laminas-ci-matrix-action (laminas/laminas-ci-matrix-action)

v1.24.0

Compare Source

Release Notes for 1.24.0

Feature release (minor)

1.24.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v1.23.4

Compare Source

Release Notes for 1.23.4

1.23.x bugfix release (patch)

1.23.4
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.23.3

Compare Source

Release Notes for 1.23.3

1.23.x bugfix release (patch)

1.23.3
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.23.2

Compare Source

Release Notes for 1.23.2
1.23.2
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.23.1

Compare Source

Release Notes for 1.23.1
1.23.1
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.23.0

Compare Source

Release Notes for 1.23.0

Feature release (minor)

Added
1.23.0
  • Total issues resolved: 0
  • Total pull requests resolved: 11
  • Total contributors: 5
Enhancement
renovate
Bug
laminas/laminas-continuous-integration-action (laminas/laminas-continuous-integration-action)

v1.35.0

Compare Source

Release Notes for 1.35.0
1.35.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v1.34.0

Compare Source

Release Notes for 1.34.0
1.34.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug,Enhancement

v1.33.0

Compare Source

Release Notes for 1.33.0

Feature release (minor)

1.33.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2
Enhancement
Enhancement,dependencies
phpbench/phpbench (phpbench/phpbench)

v1.2.14

Compare Source

Improvements:

  • Use latest version of Box
  • Fixing build (versions 1.2.{12,13,14})

v1.2.13

Compare Source

v1.2.12

Compare Source

v1.2.11

Compare Source

v1.2.10

Compare Source

Improvements:

sebastianbergmann/phpunit (phpunit/phpunit)

v9.6.13

Compare Source

v9.6.12

Compare Source

v9.6.11

Compare Source

v9.6.10

Compare Source

v9.6.9

Compare Source

v9.6.8

Compare Source

v9.6.7

Compare Source

v9.6.6

Compare Source

Roave/infection-static-analysis-plugin (roave/infection-static-analysis-plugin)

v1.33.0

Compare Source

Release Notes for 1.33.0

Feature release (minor)

1.33.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2
enhancement
renovate

v1.32.0

Compare Source

Release Notes for 1.32.0

Feature release (minor)

1.32.0
  • Total issues resolved: 1
  • Total pull requests resolved: 0
  • Total contributors: 1
dependencies,enhancement

v1.31.0

Compare Source

Release Notes for 1.31.0

Feature release (minor)

1.31.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
renovate
dependencies,enhancement,renovate

v1.30.0

Compare Source

Release Notes for 1.30.0

Feature release (minor)

1.30.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
enhancement
shivammathur/setup-php (shivammathur/setup-php)

v2.26.0

Compare Source

Changelog
Microsoft SQL Server extensions. (#​758, #​766)

The latest supported version of sqlsrv and pdo_sqlsrv for the PHP version will be installed.
Also, on Windows, these extensions will be installed from microsoft/msphpsql GitHub releases and will fallback to pecl.

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.2'
    extensions: sqlsrv, pdo_sqlsrv
PHP 8.4 Support (#​762)

Added support for PHP 8.4.0-dev from the master branch of php/php-src for all supported OS.
Note: PHP 8.3.0-dev is now built from the new PHP-8.3 branch.

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
Fixes
Blackfire Player

Resolved issues affecting the blackfire-player on Linux and macOS. It now installs the uuid extension that is required for the tool.
Dropped support for it on Windows as uuid extension is not available for the OS.

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    tools: blackfire-player
Updates
Update actions/checkout

Updated the use of actions/checkout to v4 in the documentation and workflows.

- name: Checkout
  uses: actions/checkout@v4
Update Node.js Version

Note: Node.js 16 reached End-of-Life on 2023-09-11 (Ref).

Updated action.yml to use the node20 binary. If you use setup-php on a self-hosted runner, please make sure it is v2.308.0 or newer to use this release or the major version tag v2.

Node.js Dependencies

Bumped Node.js dependencies.

Merged Pull Requests
New Contributors
Full Changelog

For the complete list of changes, please refer to the Full Changelog: 2.25.5...2.26.0.

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.25.5

Compare Source

Changelog

  • Added support for castor in tools input. #​746
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.2'
    tools: castor
  • Fixed support for self-hosted Debian 12 environments.

  • Fixed support for self-hosted environments using DEB822-STYLE .sources files.

  • Fixed re-enabling opcache extension on macOS. #​749

  • Updated Node.js dependencies.

New Contributors

Full Changelog: shivammathur/setup-php@2.25.4...2.25.5

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.25.4

Compare Source

Changelog

  • Fixed regression in 2.25.3 in PHPUnit installation by specifying major or major.minor version in the tools input. #​743

  • Fixed fs import in utls.test.ts.

  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.25.3...2.25.4

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.25.3

Compare Source

Changelog

  • Added support for zts intl builds for all supported ICU versions. #​739, shivammathur/icu-intl@d6ee42c.

  • Added docker to the shivammathur/node images. #​742

  • Fixed regression in support for Zend extensions installed using PECL. #​738

  • Fixed PHPUnit and phpcpd support to set up versions compatible with the PHP version. #​732

  • Fixed support for nektos/act to run the action in self-hosted mode when using the tool. #​742

  • Fixed parsing versions in tools input. #​734

  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.25.2...2.25.3

New Contributors

Thanks @​ramsey and @​pxlrbt for the sponsorship ❤️

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.25.2

Compare Source

Changelog

  • Improved PHP builds cache for GitHub Actions Ubuntu environments.
  • Fixed support for PECL extensions in extensions input with version. #​725
  • Updated memcache extension to 8.2 in the builds cache for GitHub Actions Ubuntu environments for PHP 8.0 and above. #​725
  • Fixed a typo in the strategy of the sage example by @​yassinehamouten in https://github.com/shivammathur/setup-php/pull/726
  • Updated Node.js dependencies.

New Contributors

Full Changelog: shivammathur/setup-php@2.25.1...2.25.2

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.25.1

Compare Source

Changelog
  • Fixed regression in support for event extension in 2.25.0 (#​722).
  • Added fallback to GitHub API in Add-DebugSymbols on Windows.
  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.25.0...2.25.1

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.25.0

Compare Source

Changelog
  • Dropped support for Ubuntu 18.04. (#​717)
    Please use ubuntu-22.04 or ubuntu-20.04 runners.
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04

##### or

- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
  • Added support for php-version-file input to read the input PHP version from a file Docs. (#​690)

    Example: If you have a file .php-version in your file structure with the PHP version as its content, you can use the php-version-file input.

- name: Checkout
  uses: actions/checkout@v3

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version-file: .php-version
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    extensions: intl-73.1
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    extensions: snmp, uuid
  • Added retry logic across Windows to decrease the network failure rate. (#​700, #​711)

  • Switched to using phpenmod script to enable extensions on Linux.

  • Switched to using Write-Error instead of Exit on Windows as that did not stop the workflow on errors. (#​709)

  • Improved support for relay extension. #​719

  • Fixed support for zts build of zephir_parser extension. #​701

  • Fixed parameters in the xargs call. #​712

  • Fixed minor shellcheck error.

  • Fixed the wrapper used to install Debian packages to check for broken package failures.

  • Fixed the JIT config set up to match the docs.

  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.24.0...2.25.0

Contributions
New Contributors

Thanks! for the contribution 🎉

Follow for updates

setup-php reddit setup-php twitter setup-php status

vimeo/psalm (vimeo/psalm)

v5.15.0

Compare Source

What's Changed

Features
Fixes

New Contributors

Full Changelog: vimeo/psalm@5.14.1...5.15.0

v5.14.1

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.14.0...5.14.1

v5.14.0

Compare Source

What's Changed

Features
Fixes
Internal changes

New Contributors

Full Changelog: vimeo/psalm@5.13.1...5.14.0

v5.13.1

Compare Source

What's Changed

Fixes
Docs

Full Changelog: vimeo/psalm@5.13.0...5.13.1

v5.13.0

Compare Source

What's Changed

Features
Fixes
Docs
Internal changes
Typos

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

Read more about the use of Renovate Bot within ocramius/* projects.

@renovate renovate bot added the renovate label Mar 10, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 10, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de2802d to 1605d99 Compare March 24, 2023 11:42
@renovate renovate bot changed the title Update dependency vimeo/psalm to ^5.8.0 Update all non-major dependencies Mar 24, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c04f6c7 to d000d37 Compare March 30, 2023 08:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from eae6de3 to 5f0f9a4 Compare April 19, 2023 03:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5af97d4 to 21e7ae6 Compare May 5, 2023 00:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 21e7ae6 to f3e64cd Compare May 28, 2023 10:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e4f524a to db90733 Compare June 13, 2023 01:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 954d8b1 to f9dd115 Compare June 27, 2023 18:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 801bdbf to 7a9d277 Compare July 11, 2023 22:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8e2ccc0 to 181b478 Compare July 17, 2023 15:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 306b82e to 52faaf0 Compare August 1, 2023 07:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a61e747 to d24cd35 Compare August 21, 2023 04:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 366f223 to dd95ab0 Compare September 15, 2023 10:51
| datasource  | package                                       | from   | to     |
| ----------- | --------------------------------------------- | ------ | ------ |
| github-tags | laminas/laminas-ci-matrix-action              | 1.22.1 | 1.24.0 |
| github-tags | laminas/laminas-continuous-integration-action | 1.32.0 | 1.35.0 |
| packagist   | phpbench/phpbench                             | 1.2.9  | 1.2.14 |
| packagist   | phpunit/phpunit                               | 9.6.5  | 9.6.13 |
| packagist   | roave/infection-static-analysis-plugin        | 1.29.0 | 1.33.0 |
| github-tags | shivammathur/setup-php                        | 2.24.0 | 2.26.0 |
| packagist   | vimeo/psalm                                   | 5.7.7  | 5.15.0 |
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants