Skip to content

Commit 2776a61

Browse files
minor #441 Fix the CI setup (stof)
This PR was merged into the 1.x branch. Discussion ---------- Fix the CI setup As the default branch of the repository has been renamed, the COMPOSER_ROOT_VERSION cannot be set to dev-main relying on the branch alias as there is no such branch alias anymore. Commits ------- c9ee93e Fix the CI setup
2 parents 5fedf23 + c9ee93e commit 2776a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
env:
14-
COMPOSER_ROOT_VERSION: dev-main
14+
COMPOSER_ROOT_VERSION: 1.x-dev
1515
SYMFONY_PHPUNIT_VERSION: 9.5
1616

1717
strategy:

0 commit comments

Comments
 (0)