Skip to content

Commit 5a54ea1

Browse files
Merge pull request #5268 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.27.1
2 parents 66ae730 + 21a7131 commit 5a54ea1

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/appbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up npm7
2525
run: npm i -g npm@7
2626
- name: Setup PHP
27-
uses: shivammathur/setup-php@2.27.0
27+
uses: shivammathur/setup-php@2.27.1
2828
with:
2929
php-version: '7.4'
3030
tools: composer

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
6767

6868
- name: Set up php ${{ env.PHP_VERSION }}
69-
uses: shivammathur/setup-php@2.27.0 # v2
69+
uses: shivammathur/setup-php@2.27.1 # v2
7070
with:
7171
php-version: ${{ env.PHP_VERSION }}
7272
coverage: none

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
path: apps/text
6363

6464
- name: Set up php ${{ matrix.php-versions }}
65-
uses: shivammathur/setup-php@2.27.0
65+
uses: shivammathur/setup-php@2.27.1
6666
with:
6767
php-version: ${{ matrix.php-versions }}
6868
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: apps/${{ env.APP_NAME }}
7272

7373
- name: Set up php ${{ matrix.php-versions }}
74-
uses: shivammathur/setup-php@2.27.0
74+
uses: shivammathur/setup-php@2.27.1
7575
with:
7676
php-version: ${{ matrix.php-versions }}
7777
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql, apcu

.github/workflows/lint-php-cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4 # v3.5.2
2626

2727
- name: Set up php
28-
uses: shivammathur/setup-php@2.27.0 # v2
28+
uses: shivammathur/setup-php@2.27.1 # v2
2929
with:
3030
php-version: 8.1
3131
coverage: none

.github/workflows/lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v4 # v3.5.2
3535

3636
- name: Set up php ${{ matrix.php-versions }}
37-
uses: shivammathur/setup-php@2.27.0 # v2
37+
uses: shivammathur/setup-php@2.27.1 # v2
3838
with:
3939
php-version: ${{ matrix.php-versions }}
4040
coverage: none

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
path: apps/${{ env.APP_NAME }}
7171

7272
- name: Set up php ${{ matrix.php-versions }}
73-
uses: shivammathur/setup-php@2.27.0
73+
uses: shivammathur/setup-php@2.27.1
7474
with:
7575
php-version: ${{ matrix.php-versions }}
7676
tools: phpunit

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4 # v3.5.2
2828

2929
- name: Set up php
30-
uses: shivammathur/setup-php@2.27.0 # v2
30+
uses: shivammathur/setup-php@2.27.1 # v2
3131
with:
3232
php-version: 8.1
3333
coverage: none

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: true
2929

3030
- name: Set up php8.1
31-
uses: shivammathur/setup-php@2.27.0 # v2
31+
uses: shivammathur/setup-php@2.27.1 # v2
3232
with:
3333
php-version: 8.1
3434
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation

0 commit comments

Comments
 (0)