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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-11-24 17:29:45 +0300
committerJoas Schilling <coding@schilljs.com>2021-11-24 17:29:45 +0300
commit870c3563714a2377e3f002cdee6f87a635c2bf13 (patch)
tree9578d44dddb96da0c733d0ce8a15c783545bc4a7 /.github
parent6c7effa7a6f35577284dc6fc68c57e04fea65d3a (diff)
20 is EOL
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 102e193..4e5b84b 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,11 +20,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4']
databases: ['sqlite']
- server-versions: ['stable20', 'stable21', 'stable22', 'stable23', 'master']
- include:
- - php-versions: '7.2'
- databases: 'sqlite'
- server-versions: 'stable20'
+ server-versions: ['stable21', 'stable22', 'stable23', 'master']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}