From 4447c9e0fb0915146b4798918c499234bb065c76 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 27 Apr 2022 17:48:20 +0200 Subject: Migrate PEAR Horde packages to Bytestream packages Signed-off-by: Christoph Wurst --- .github/ISSUE_TEMPLATE/bug_report_form.yml | 1 - .github/workflows/appstore-build-publish.yml | 1 - .github/workflows/lint.yml | 2 -- .github/workflows/package.yml | 1 - .github/workflows/static-analysis.yml | 1 - .github/workflows/test.yml | 2 -- 6 files changed, 8 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml index 9de7b51fc..22489a666 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_form.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_form.yml @@ -56,7 +56,6 @@ body: Select PHP engine version serving Nextcloud Server. _Describe in the "Additional info" section if you chose "Other"._ options: - - "PHP 7.3" - "PHP 7.4" - "PHP 8.0" - "PHP 8.1" diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml index 0509d8178..ed1b81bb7 100644 --- a/.github/workflows/appstore-build-publish.yml +++ b/.github/workflows/appstore-build-publish.yml @@ -64,7 +64,6 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ env.PHP_VERSION }} - tools: composer:v1 coverage: none - name: Check composer.json diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b35e1a422..91c309969 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,6 @@ jobs: uses: shivammathur/setup-php@master with: php-version: ${{ matrix.php-versions }} - tools: composer:v1 coverage: none - name: Lint run: composer run lint @@ -43,7 +42,6 @@ jobs: uses: shivammathur/setup-php@master with: php-version: 7.4 - tools: composer:v1 coverage: none - name: Install dependencies run: composer i diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 63cd42a06..e3ff20ef9 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -24,7 +24,6 @@ jobs: uses: shivammathur/setup-php@master with: php-version: 7.4 - tools: composer:v1 extensions: ctype,curl,dom,gd,iconv,intl,json,mbstring,openssl,posix,sqlite,xml,zip coverage: none - name: Install Krankerl diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 4ee74ff1d..7bb1b2747 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -21,7 +21,6 @@ jobs: uses: shivammathur/setup-php@master with: php-version: 7.4 - tools: composer:v1 coverage: none - name: Install dependencies run: composer i diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83b9b474e..6fa67c94b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,6 @@ jobs: uses: shivammathur/setup-php@master with: php-version: ${{ matrix.php-versions }} - tools: composer:v1 extensions: ctype,curl,dom,gd,iconv,intl,json,mbstring,openssl,posix,sqlite,xml,zip,gmp coverage: xdebug - name: Checkout Nextcloud @@ -112,7 +111,6 @@ jobs: uses: shivammathur/setup-php@master with: php-version: ${{ matrix.php-versions }} - tools: composer:v1 extensions: ctype,curl,dom,gd,iconv,intl,json,mbstring,openssl,posix,sqlite,xml,zip,gmp coverage: xdebug - name: Checkout Nextcloud -- cgit v1.2.3