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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-12-06 01:42:49 +0300
committerdartcafe <github@dartcafe.de>2020-12-06 01:42:49 +0300
commitf46d66d98265605e3d99758ae03f67fa00113153 (patch)
treee9693143aaa7aae99f5a2364c90f688e4f434030 /.github
parent75383de384b7c3932812779cc95ada87c1fd8545 (diff)
phpunit - switch back to NC master branch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index dab705fa..50e7c42d 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: ['stable20']
+ server-versions: ['master']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -81,7 +81,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4']
databases: ['mysql']
- server-versions: ['stable20']
+ server-versions: ['master']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -151,7 +151,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['pgsql']
- server-versions: ['stable20']
+ server-versions: ['master']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}