Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Jan 3, 2021
1 parent 3238dc5 commit 6a87e67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
tools: composer:v2
- name: Install dependencies
run: |
composer require php-coveralls/php-coveralls:^2.2 --dev --no-update
composer require php-coveralls/php-coveralls:^2.4 --dev --no-update
composer update --no-progress --prefer-dist
- name: Running PHPUnit
run: "php vendor/bin/phpunit --coverage-clover=clover.xml"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
}
},
"require": {
"php": ">=7.2.0"
"php": ">=7.3.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^9.0"
}
}

0 comments on commit 6a87e67

Please sign in to comment.