Skip to content

Commit

Permalink
Merge pull request #260 from netglue/upgrade-phpunit
Browse files Browse the repository at this point in the history
Upgrade PHPUnit to ^10
  • Loading branch information
gsteel authored Feb 4, 2023
2 parents 357859e + eb1909f commit 5176145
Show file tree
Hide file tree
Showing 24 changed files with 308 additions and 422 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
ini-values: pcov.enabled=1
- uses: "ramsey/[email protected]"
- run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml
env:
PRISMIC_REPO: ${{ secrets.PRISMIC_REPO }}
PRISMIC_TOKEN: ${{ secrets.PRISMIC_TOKEN }}

- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/build/
phpunit.xml
/vendor/
.phpunit.cache
.phpunit.result.cache
.php_cs.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"php-http/cache-plugin": "^1.7.5",
"php-http/curl-client": "^2.2.1",
"php-http/mock-client": "^1.5.0",
"phpunit/phpunit": "^9.6",
"phpunit/phpunit": "^10.0.0",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.1",
Expand Down
Loading

0 comments on commit 5176145

Please sign in to comment.