Skip to content

Commit

Permalink
Merge pull request #10 from MacPaw/fixed/Ci
Browse files Browse the repository at this point in the history
update ci process
  • Loading branch information
Yozhef authored Jan 12, 2023
2 parents e33b019 + 7439bf6 commit 449f68e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 64 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,28 @@ jobs:
fail-fast: false
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
coverage: ['none']
symfony-versions:
- '4.4.*'
- '5.1.*'
- '5.2.*'
- '5.3.*'
- '5.4.*'
- '6.0.*'
- '6.1.*'
- '6.2.*'
include:
- php: '7.4'
symfony-versions: '^5.4'
coverage: 'none'
- php: '8.0'
symfony-versions: '^6.0'
symfony-versions: '^5.4'
coverage: 'none'
- php: '8.1'
- php: '8.0'
symfony-versions: '^6.0'
coverage: 'none'
- description: 'Log Code Coverage'
php: '8.0'
php: '8.2'
coverage: 'xdebug'
symfony-versions: '^5.2'
symfony-versions: '^6.2'

name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }}
steps:
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/gitleaks.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions commitlint.config.js

This file was deleted.

5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,10 @@
"@phpunit",
"@code-style"
]
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
22 changes: 0 additions & 22 deletions package.json

This file was deleted.

0 comments on commit 449f68e

Please sign in to comment.