Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
`composer install` in CI installs v0.1.0 of php-coveralls/php-coveralls, not the most recent (2.7.0)
  • Loading branch information
Rik Willems committed Apr 24, 2024
1 parent 0443d63 commit a9f3067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Expand Up @@ -74,6 +74,4 @@ jobs:
if: matrix.coveralls == true
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer require php-coveralls/php-coveralls
./vendor/bin/php-coveralls --coverage_clover=clover.xml -v
run: ./vendor/bin/php-coveralls --coverage_clover=clover.xml -v
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -32,7 +32,8 @@
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.33",
"bitexpert/phpstan-magento": "^0.30.0",
"magento/magento-coding-standard": "^31"
"magento/magento-coding-standard": "^31",
"php-coveralls/php-coveralls": "^2.7"
},
"autoload": {
"files": [
Expand Down

0 comments on commit a9f3067

Please sign in to comment.