This commit is contained in:
Sebastian Bergmann 2023-09-18 09:16:40 +02:00
parent c3fa8483f9
commit 326ce39e7a
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
name: "CI"
env:
COMPOSER_ROOT_VERSION: "5.0-dev"
COMPOSER_ROOT_VERSION: "5.1-dev"
permissions:
contents: read

View File

@ -58,7 +58,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "5.0-dev"
"dev-main": "5.1-dev"
}
}
}