Skip to content

Commit 6f923a1

Browse files
committed
Attempt fix for using main branch for mutations
1 parent 2db4119 commit 6f923a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379
if [ "${symfony_version%.4}" != "$symfony_version" ]; then
380380
current_major=${symfony_version%.4}
381381
next_major=$((current_major + 1))
382-
version_pattern=$version_pattern'|'$next_major.0.x-dev'|'dev-master
382+
version_pattern=$version_pattern'|'$next_major.0.x-dev'|'dev-main
383383
fi
384384
version_pattern=$(echo "$version_pattern" | sed -r 's/\./\\./g')
385385
symfony_packages=$(composer show symfony/* | tr -s ' ' '\t' | cut -f1-2 | grep -vE 'polyfill|contracts|mercure|debug|maker-bundle|monolog-bundle')

infection.json.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"logs": {
1616
"text": "infection.log",
1717
"badge": {
18-
"branch": "master"
18+
"branch": "main"
1919
}
2020
},
2121
"mutators": {

0 commit comments

Comments
 (0)