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>2022-07-21 15:30:06 +0300
committerJoas Schilling <coding@schilljs.com>2022-07-21 15:30:06 +0300
commit7d9964ad1395c08e1c4f1e168c3c974a26d180fe (patch)
treed9ea96e6238610c6c5e8285acb9dced9e46d90f2
parenta08e469ca04cd9f30b678a6706fecb9a372bcb35 (diff)
Remove old test sets
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/phpunit-sqlite.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml
index ff83ae1..ed55539 100644
--- a/.github/workflows/phpunit-sqlite.yml
+++ b/.github/workflows/phpunit-sqlite.yml
@@ -24,11 +24,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: ['master', 'stable24', 'stable23', 'stable22']
- include:
- - php-versions: '7.3'
- server-versions: 'stable22'
- databases: 'sqlite'
+ server-versions: ['master']
steps:
- name: Checkout server