Skip to content

Commit c9ee93e

Browse files
authored
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.
1 parent 5fedf23 commit c9ee93e

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)