Skip to content

Commit 3b52fcb

Browse files
committed
remove obsolete branch alias
1 parent 08c7b95 commit 3b52fcb

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/test-application.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- 'master'
87
- '[0-9]+.x'
98
- '[0-9]+.[0-9]+'
109
- '[0-9]+.[0-9]+.x'
@@ -51,7 +50,7 @@ jobs:
5150

5251
- name: Install Symfony Flex
5352
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
54-
53+
5554
- name: Allow Symfony Flex Plugin
5655
run: composer global config --no-plugins allow-plugins.symfony/flex true
5756

composer.json

-5
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,5 @@
4141
"allow-plugins": {
4242
"composer/package-versions-deprecated": true
4343
}
44-
},
45-
"extra": {
46-
"branch-alias": {
47-
"dev-master": "4.x-dev"
48-
}
4944
}
5045
}

0 commit comments

Comments
 (0)