Skip to content

Commit

Permalink
Add support for Symfony 6 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-doehring authored Dec 2, 2021
1 parent 40b831a commit 4be5a9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 40 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/phpunit-symfony6.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
run: vendor/bin/phpunit -v --coverage-text --coverage-clover build/logs/clover.xml

- name: Upload coverage results to Coveralls
if: ${{ matrix.dependency-version == 'prefer-lowest' }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls
composer global require php-coveralls/php-coveralls guzzlehttp/guzzle:^7.0 --prefer-lowest
php-coveralls --coverage_clover=build/logs/clover.xml -v
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"php": "^8.0",
"ext-json": "*",
"dogado/json-api-common": "^3.0",
"symfony/validator": "^5.3.7"
"symfony/validator": "^5.3.7|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 4be5a9d

Please sign in to comment.