added user-specific rates (#1455)

This commit is contained in:
Kevin Papst
2020-02-10 20:29:43 +01:00
committed by GitHub
parent 465d7166d4
commit 52c7437076
83 changed files with 2054 additions and 520 deletions

View File

@@ -1,4 +1,4 @@
name: Tests & Migrations
name: CI
on:
pull_request: null
push:
@@ -21,7 +21,7 @@ jobs:
matrix:
php: ['7.2', '7.3', '7.4']
name: PHP ${{ matrix.php }}
name: Tests - PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v1