Skip to content

Commit

Permalink
CI: fix composer install with recursive dependency (3.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl authored and sebastianbergmann committed Mar 6, 2022
1 parent 473708f commit 77200c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -6,6 +6,10 @@ on:

name: "CI"

env:
# - COMPOSER_ROOT_VERSION is needed to get round the recursive dependency when using CI.
COMPOSER_ROOT_VERSION: '3.99.99'

jobs:
tests:
name: "Tests"
Expand Down

0 comments on commit 77200c5

Please sign in to comment.