Merge pull request #47 from machour/build-php81
build(*): Fix CI by allowing the yii2-composer plugin
This commit is contained in:
commit
ec932afff9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
|
||||
php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0"]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -37,6 +37,11 @@
|
||||
"suggest": {
|
||||
"twbs/bootstrap-icons": "Add this package to the `require` section of your `composer.json` if you'd like to use the bootstrap icon asset."
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"yiisoft/yii2-composer": true
|
||||
}
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
|
Loading…
Reference in New Issue
Block a user