From f94499d4ceadb356b9850549c503b30f3f291a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:05:32 +0000 Subject: [PATCH] Chore(deps): Bump icewind1991/nextcloud-version-matrix Bumps [icewind1991/nextcloud-version-matrix](https://github.com/icewind1991/nextcloud-version-matrix) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/icewind1991/nextcloud-version-matrix/releases) - [Commits](https://github.com/icewind1991/nextcloud-version-matrix/compare/8a7bac6300b2f0f3100088b297995a229558ddba...cd0211ffcef1065e2020cd579e4843b8746e7a58) --- updated-dependencies: - dependency-name: icewind1991/nextcloud-version-matrix dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/phpunit-sqlite.yml | 2 +- .github/workflows/psalm-matrix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index e1183e3..3b03c3c 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -31,7 +31,7 @@ jobs: - name: Get version matrix id: versions - uses: icewind1991/nextcloud-version-matrix@8a7bac6300b2f0f3100088b297995a229558ddba # v1.3.2 + uses: icewind1991/nextcloud-version-matrix@cd0211ffcef1065e2020cd579e4843b8746e7a58 # v1.3.3 changes: runs-on: ubuntu-latest-low diff --git a/.github/workflows/psalm-matrix.yml b/.github/workflows/psalm-matrix.yml index 267160f..a13dadd 100644 --- a/.github/workflows/psalm-matrix.yml +++ b/.github/workflows/psalm-matrix.yml @@ -30,7 +30,7 @@ jobs: - name: Get version matrix id: versions - uses: icewind1991/nextcloud-version-matrix@8a7bac6300b2f0f3100088b297995a229558ddba # v1.3.2 + uses: icewind1991/nextcloud-version-matrix@cd0211ffcef1065e2020cd579e4843b8746e7a58 # v1.3.3 - name: Check enforcement of minimum PHP version ${{ steps.versions.outputs.php-min }} in psalm.xml run: grep 'phpVersion="${{ steps.versions.outputs.php-min }}' psalm.xml