From a9d689f6e1ae8ca2b21d1322df0269a01786f280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 06:03:02 +0000 Subject: [PATCH] github-actions(deps): bump WyriHaximus/github-action-composer-php-versions-in-range Bumps [WyriHaximus/github-action-composer-php-versions-in-range](https://github.com/wyrihaximus/github-action-composer-php-versions-in-range) from 1 to 2. - [Release notes](https://github.com/wyrihaximus/github-action-composer-php-versions-in-range/releases) - [Commits](https://github.com/wyrihaximus/github-action-composer-php-versions-in-range/compare/v1...v2) --- updated-dependencies: - dependency-name: WyriHaximus/github-action-composer-php-versions-in-range dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7e2c0fc..6da100c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -46,7 +46,7 @@ jobs: - id: "supported-versions-detect" if: "${{ inputs.php-versions == 'auto-detect' }}" - uses: "WyriHaximus/github-action-composer-php-versions-in-range@v1" + uses: "WyriHaximus/github-action-composer-php-versions-in-range@v2" with: upcomingReleases: "${{ inputs.upcoming-releases }}" nightly: "${{ inputs.upcoming-releases }}"