Skip to content

Commit

Permalink
minor #441 Fix the CI setup (stof)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nicolas-grekas committed Aug 23, 2023
2 parents 5fedf23 + c9ee93e commit 2776a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

env:
COMPOSER_ROOT_VERSION: dev-main
COMPOSER_ROOT_VERSION: 1.x-dev
SYMFONY_PHPUNIT_VERSION: 9.5

strategy:
Expand Down

0 comments on commit 2776a61

Please sign in to comment.