Skip to content

Commit

Permalink
remove obsolete branch alias
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Apr 5, 2024
1 parent 08c7b95 commit 3b52fcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
push:
branches:
- 'master'
- '[0-9]+.x'
- '[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.x'
Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:

- name: Install Symfony Flex
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex

- name: Allow Symfony Flex Plugin
run: composer global config --no-plugins allow-plugins.symfony/flex true

Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,5 @@
"allow-plugins": {
"composer/package-versions-deprecated": true
}
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
}
}

0 comments on commit 3b52fcb

Please sign in to comment.