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:
authorRené Gieling <github@dartcafe.de>2020-12-05 22:44:00 +0300
committerGitHub <noreply@github.com>2020-12-05 22:44:00 +0300
commitbf0081da09828db80da3b716ca274e3313241aa4 (patch)
tree1d4e6a0d69b39826b9b737144a9734a8101c99d0 /.github
parentb353a90b1b4fc4c065c1c376caf5e166c917b087 (diff)
Psalm (#1277)
* added config for psalm * removed, fixed and additions annotations * added typehints
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 50e7c42d..dab705fa 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: ['master']
+ server-versions: ['stable20']
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: ['master']
+ server-versions: ['stable20']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -151,7 +151,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['pgsql']
- server-versions: ['master']
+ server-versions: ['stable20']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}