Skip to content

Commit 6b9fc67

Browse files
committed
TASK: Remove patches from CI after merge of 3519
1 parent 4d1ccfa commit 6b9fc67

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,6 @@ jobs:
6565
composer require --no-update --no-interaction flowpack/nodetemplates:@dev
6666
composer require --dev --no-update --no-interaction phpstan/phpstan:^1.10
6767
68-
#
69-
# PATCHES
70-
#
71-
composer config --no-plugins allow-plugins.cweagans/composer-patches true
72-
composer require --no-update --no-interaction cweagans/composer-patches:^1.7.3
73-
# the packages might have to be installed from source, so the patch works
74-
patches='{
75-
"neos/neos-ui": {
76-
"improvedNodeCreationHandler": "https://github.com/neos/neos-ui/pull/3519.patch"
77-
}
78-
}'
79-
composer config extra.patches --json ${patches//[[:space:]]/}
80-
#
81-
# PATCHES END
82-
#
83-
8468
- name: Install dependencies
8569
run: |
8670
cd ${FLOW_PATH_ROOT}

0 commit comments

Comments
 (0)