Skip to content

Commit

Permalink
CI: fix composer install with recursive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl authored and sebastianbergmann committed Nov 11, 2021
1 parent 967ffc8 commit c4ad286
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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: '4.99.99'

jobs:
coding-guidelines:
name: "Coding Guidelines"
Expand Down

0 comments on commit c4ad286

Please sign in to comment.