Skip to content

Commit e731f6c

Browse files
committed
[GitHub Actions] Configure global flex to fix the build
1 parent 2606784 commit e731f6c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
name: Restrict Symfony version
112112
if: matrix.symfony != ''
113113
run: |
114+
composer global config --no-plugins allow-plugins.symfony/flex true
114115
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.10"
115116
composer config extra.symfony.require "${{ matrix.symfony }}"
116117

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"config": {
8181
"sort-packages": true,
8282
"allow-plugins": {
83+
"dealerdirect/phpcodesniffer-composer-installer": false,
8384
"symfony/flex": true
8485
}
8586
},

0 commit comments

Comments
 (0)