Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 9, 2023
1 parent ceba856 commit af1727e
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 237 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ jobs:

- name: Run PHPUnit
run: vendor/bin/simple-phpunit ${{ matrix.latest && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
env:
SYMFONY_PHPUNIT_VERSION: '9.5'


- name: Run PHP CS Fixer
if: matrix.latest
run: php-cs-fixer fix --dry-run --format=checkstyle --ansi | cs2pr
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"phpstan/phpstan": "^1.2.0",
"symfony/finder": "^5.2 || ^6.0 || ^7.0"
},
"conflict": {
"sebastian/comparator": ">=5.0"
},
"bin": [
"bin/schema"
],
Expand Down

0 comments on commit af1727e

Please sign in to comment.