Browse Source
Merge pull request #15340 from nextcloud/dependabot/github_actions/dot-github/workflows/shivammathur/setup-php-2.34.1
pull/15355/head
dependabot[bot]
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
18 changed files with
18 additions and
18 deletions
-
.github/workflows/appstore-build-publish.yml
-
.github/workflows/integration-federation.yml
-
.github/workflows/integration-mariadb.yml
-
.github/workflows/integration-mysql.yml
-
.github/workflows/integration-oci.yml
-
.github/workflows/integration-pgsql.yml
-
.github/workflows/integration-sqlite.yml
-
.github/workflows/lint-php-cs.yml
-
.github/workflows/lint-php.yml
-
.github/workflows/occ-command-documentation.yml
-
.github/workflows/openapi.yml
-
.github/workflows/phpunit-mariadb.yml
-
.github/workflows/phpunit-mysql.yml
-
.github/workflows/phpunit-oci.yml
-
.github/workflows/phpunit-pgsql.yml
-
.github/workflows/phpunit-sqlite.yml
-
.github/workflows/psalm.yml
-
.github/workflows/update-nextcloud-ocp.yml
|
|
|
@ -87,7 +87,7 @@ jobs: |
|
|
|
filename: ${{ env.APP_NAME }}/appinfo/info.xml |
|
|
|
|
|
|
|
- name: Set up php ${{ steps.php-versions.outputs.php-min }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ steps.php-versions.outputs.php-min }} |
|
|
|
coverage: none |
|
|
|
|
|
|
|
@ -220,7 +220,7 @@ jobs: |
|
|
|
ref: ${{ matrix.remote-notifications-versions }} |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |
|
|
|
|
|
|
|
@ -113,7 +113,7 @@ jobs: |
|
|
|
ref: ${{ matrix.notifications-versions }} |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |
|
|
|
|
|
|
|
@ -113,7 +113,7 @@ jobs: |
|
|
|
ref: ${{ matrix.notifications-versions }} |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |
|
|
|
|
|
|
|
@ -125,7 +125,7 @@ jobs: |
|
|
|
ref: ${{ matrix.notifications-versions }} |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |
|
|
|
|
|
|
|
@ -134,7 +134,7 @@ jobs: |
|
|
|
ref: ${{ matrix.notifications-versions }} |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |
|
|
|
|
|
|
|
@ -104,7 +104,7 @@ jobs: |
|
|
|
ref: ${{ matrix.notifications-versions }} |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |
|
|
|
|
|
|
|
@ -34,7 +34,7 @@ jobs: |
|
|
|
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1 |
|
|
|
|
|
|
|
- name: Set up php${{ steps.versions.outputs.php-min }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ steps.versions.outputs.php-min }} |
|
|
|
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite |
|
|
|
|
|
|
|
@ -48,7 +48,7 @@ jobs: |
|
|
|
persist-credentials: false |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite |
|
|
|
|
|
|
|
@ -54,7 +54,7 @@ jobs: |
|
|
|
path: apps/${{ env.APP_NAME }} |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |
|
|
|
|
|
|
|
@ -35,7 +35,7 @@ jobs: |
|
|
|
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1 |
|
|
|
|
|
|
|
- name: Set up php |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ steps.php_versions.outputs.php-available }} |
|
|
|
extensions: xml |
|
|
|
|
|
|
|
@ -105,7 +105,7 @@ jobs: |
|
|
|
path: apps/${{ env.APP_NAME }} |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |
|
|
|
|
|
|
|
@ -103,7 +103,7 @@ jobs: |
|
|
|
path: apps/${{ env.APP_NAME }} |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |
|
|
|
|
|
|
|
@ -115,7 +115,7 @@ jobs: |
|
|
|
path: apps/${{ env.APP_NAME }} |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |
|
|
|
|
|
|
|
@ -106,7 +106,7 @@ jobs: |
|
|
|
path: apps/${{ env.APP_NAME }} |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |
|
|
|
|
|
|
|
@ -95,7 +95,7 @@ jobs: |
|
|
|
path: apps/${{ env.APP_NAME }} |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |
|
|
|
|
|
|
|
@ -36,7 +36,7 @@ jobs: |
|
|
|
run: grep 'phpVersion="${{ steps.versions.outputs.php-min }}' psalm.xml |
|
|
|
|
|
|
|
- name: Set up php${{ steps.versions.outputs.php-available }} |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: ${{ steps.versions.outputs.php-available }} |
|
|
|
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite |
|
|
|
|
|
|
|
@ -38,7 +38,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Set up php8.2 |
|
|
|
if: steps.checkout.outcome == 'success' |
|
|
|
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 |
|
|
|
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1 |
|
|
|
with: |
|
|
|
php-version: 8.2 |
|
|
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |
|
|
|
|