Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-04-27 18:48:20 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-12 14:38:09 +0300
commit4447c9e0fb0915146b4798918c499234bb065c76 (patch)
tree8a170020c91f788d5c687eba5455286336e37edc /.github
parentd9be83c1a3c3336777603438fa01fab05bcf55d5 (diff)
Migrate PEAR Horde packages to Bytestream packages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report_form.yml1
-rw-r--r--.github/workflows/appstore-build-publish.yml1
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/package.yml1
-rw-r--r--.github/workflows/static-analysis.yml1
-rw-r--r--.github/workflows/test.yml2
6 files changed, 0 insertions, 8 deletions
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