Skip to content

Commit

Permalink
Update quality
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Nov 27, 2020
1 parent ad1aa6c commit ee0da92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3', '7.4', '8.0']
php-versions: ['7.2', '7.3', '7.4']
fail-fast: false
steps:
- uses: actions/checkout@v1
Expand All @@ -19,7 +19,7 @@ jobs:
coverage: pcov
- name: Install dependencies
run: |
curl -sS https://getcomposer.org/installer | php -- --filename=composer --version=2.0.0-RC1
curl -sS https://getcomposer.org/installer | php -- --filename=composer
composer install
- name: Check code quality
run: |
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"myclabs/php-enum": "^1.5"
},
"require-dev": {
"endroid/quality": "dev-master",
"endroid/quality": "^1.3.7",
"setasign/fpdf": "^1.8"
},
"suggest": {
Expand Down

0 comments on commit ee0da92

Please sign in to comment.