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:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-02-01 16:06:17 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2022-02-01 16:21:07 +0300
commit29f864fc2290871fabb90da9afee441177763510 (patch)
treefc78ae9a0cf82d9aabdaf69924c8dec329e340ea /.github
parent24d5a0977f631c7d9e5cbb9c7a5aa9002509a8d9 (diff)
Drop php 7.3 for test workflow on master
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 55e1d1b4c..9c65fae2f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,10 +13,12 @@ jobs:
strategy:
matrix:
php-versions: [7.3, 7.4]
- nextcloud-versions: ['stable21', 'stable22', 'stable23', 'master']
+ nextcloud-versions: ['stable21', 'stable22', 'stable23']
include:
- - php: 8.0
- nextcloud-version: master
+ - php-versions: 7.4
+ nextcloud-versions: master
+ - php-versions: 8.0
+ nextcloud-versions: master
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
steps:
- name: Set up php${{ matrix.php-versions }}