Skip to content

Commit 21017e0

Browse files
build(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](nextcloud-libraries/nextcloud-version-matrix@8a7bac6...cd0211f) --- 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] <support@github.com>
1 parent dc6e44f commit 21017e0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎.github/workflows/appstore-build-publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Get php version
6969
id: php-versions
70-
uses: icewind1991/nextcloud-version-matrix@8a7bac6300b2f0f3100088b297995a229558ddba # v1.3.2
70+
uses: icewind1991/nextcloud-version-matrix@cd0211ffcef1065e2020cd579e4843b8746e7a58 # v1.3.3
7171
with:
7272
filename: ${{ env.APP_NAME }}/appinfo/info.xml
7373

‎.github/workflows/phpunit-mysql.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Get version matrix
4848
id: versions
49-
uses: icewind1991/nextcloud-version-matrix@8a7bac6300b2f0f3100088b297995a229558ddba # v1.3.2
49+
uses: icewind1991/nextcloud-version-matrix@cd0211ffcef1065e2020cd579e4843b8746e7a58 # v1.3.3
5050

5151
phpunit-mysql:
5252
runs-on: ubuntu-latest

‎.github/workflows/phpunit-pgsql.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Get version matrix
4848
id: versions
49-
uses: icewind1991/nextcloud-version-matrix@8a7bac6300b2f0f3100088b297995a229558ddba # v1.3.2
49+
uses: icewind1991/nextcloud-version-matrix@cd0211ffcef1065e2020cd579e4843b8746e7a58 # v1.3.3
5050

5151
phpunit-pgsql:
5252
runs-on: ubuntu-latest

‎.github/workflows/phpunit-sqlite.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Get version matrix
3333
id: versions
34-
uses: icewind1991/nextcloud-version-matrix@8a7bac6300b2f0f3100088b297995a229558ddba # v1.3.2
34+
uses: icewind1991/nextcloud-version-matrix@cd0211ffcef1065e2020cd579e4843b8746e7a58 # v1.3.3
3535

3636
changes:
3737
runs-on: ubuntu-latest-low

‎.github/workflows/psalm-matrix.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Get version matrix
3232
id: versions
33-
uses: icewind1991/nextcloud-version-matrix@8a7bac6300b2f0f3100088b297995a229558ddba # v1.3.2
33+
uses: icewind1991/nextcloud-version-matrix@cd0211ffcef1065e2020cd579e4843b8746e7a58 # v1.3.3
3434

3535
- name: Check enforcement of minimum PHP version ${{ steps.versions.outputs.php-min }} in psalm.xml
3636
run: grep 'phpVersion="${{ steps.versions.outputs.php-min }}' psalm.xml

0 commit comments

Comments
 (0)