Skip to content

Commit

Permalink
Merge pull request #5342 from nextcloud/dependabot/github_actions/shi…
Browse files Browse the repository at this point in the history
…vammathur/setup-php-2.28.0
  • Loading branch information
dependabot[bot] authored Dec 2, 2023
2 parents 183a6ce + 948dc76 commit d77b685
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up npm7
run: npm i -g npm@7
- name: Setup PHP
uses: shivammathur/setup-php@2.27.1
uses: shivammathur/setup-php@2.28.0
with:
php-version: '7.4'
tools: composer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appstore-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"

- name: Set up php ${{ env.PHP_VERSION }}
uses: shivammathur/setup-php@2.27.1 # v2
uses: shivammathur/setup-php@2.28.0 # v2
with:
php-version: ${{ env.PHP_VERSION }}
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
path: apps/text

- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@2.27.1
uses: shivammathur/setup-php@2.28.0
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
path: apps/${{ env.APP_NAME }}

- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@2.27.1
uses: shivammathur/setup-php@2.28.0
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql, apcu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-php-cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4 # v3.5.2

- name: Set up php
uses: shivammathur/setup-php@2.27.1 # v2
uses: shivammathur/setup-php@2.28.0 # v2
with:
php-version: 8.1
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4 # v3.5.2

- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@2.27.1 # v2
uses: shivammathur/setup-php@2.28.0 # v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
path: apps/${{ env.APP_NAME }}

- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@2.27.1
uses: shivammathur/setup-php@2.28.0
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4 # v3.5.2

- name: Set up php
uses: shivammathur/setup-php@2.27.1 # v2
uses: shivammathur/setup-php@2.28.0 # v2
with:
php-version: 8.1
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
submodules: true

- name: Set up php8.1
uses: shivammathur/setup-php@2.27.1 # v2
uses: shivammathur/setup-php@2.28.0 # v2
with:
php-version: 8.1
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
Expand Down

0 comments on commit d77b685

Please sign in to comment.