Skip to content

Commit

Permalink
Improve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
koehnlein committed Sep 20, 2023
1 parent 7b0f0c3 commit 00e12a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
composer test:php:lint
- name: CGL
# causes some problems in this combination
if: ${{ matrix.composer-versions == 'v2' }}
run: |
composer cgl
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require-dev": {
"composer/composer": "^1.10 || ^2.0",
"friendsofphp/php-cs-fixer": "^3.0",
"friendsofphp/php-cs-fixer": "^2.16 || ^3.0",
"overtrue/phplint": "^2.0",
"phpunit/phpunit": "^9.2"
},
Expand Down

0 comments on commit 00e12a1

Please sign in to comment.