Skip to content

Commit

Permalink
Merge pull request #35 from yiisoft/add-composer-require-checker
Browse files Browse the repository at this point in the history
[Batch] Add composer-require-checker CI
  • Loading branch information
xepozz committed Oct 28, 2022
2 parents a828484 + cf9ba97 commit 6a9cc8d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
33 changes: 33 additions & 0 deletions .github/workflows/composer-require-checker.yml
@@ -0,0 +1,33 @@
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
- 'psalm.xml'

push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
- 'psalm.xml'

name: Composer require checker

jobs:
composer-require-checker:
uses: yiisoft/actions/.github/workflows/composer-require-checker.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.0', '8.1']
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## 3.1.1 under development

- no changes in this release.
- Enh: Add composer require checker into CI


## 3.1.0 May 23, 2022
Expand Down
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -24,6 +24,7 @@
"yiisoft/mailer": "^3.0"
},
"require-dev": {
"maglnet/composer-require-checker": "^4.2",
"phpunit/phpunit": "^9.5",
"roave/infection-static-analysis-plugin": "^1.16",
"spatie/phpunit-watcher": "^1.23",
Expand Down

0 comments on commit 6a9cc8d

Please sign in to comment.