added user-specific rates (#1455)
This commit is contained in:
4
.github/workflows/coverage.yaml
vendored
4
.github/workflows/coverage.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Code coverage
|
||||
name: CI
|
||||
on:
|
||||
pull_request: null
|
||||
push:
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
matrix:
|
||||
php: ['7.4']
|
||||
|
||||
name: PHP ${{ matrix.php }}
|
||||
name: Coverage - PHP ${{ matrix.php }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: shivammathur/setup-php@v1
|
||||
|
||||
4
.github/workflows/linting.yaml
vendored
4
.github/workflows/linting.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Code Styles
|
||||
name: CI
|
||||
on:
|
||||
pull_request: null
|
||||
push:
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
matrix:
|
||||
php: ['7.4']
|
||||
|
||||
name: PHP ${{ matrix.php }}
|
||||
name: Linting - PHP ${{ matrix.php }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: shivammathur/setup-php@v1
|
||||
|
||||
4
.github/workflows/testing.yaml
vendored
4
.github/workflows/testing.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user