Skip to content

Commit

Permalink
Fix: Export COMPOSER_ROOT_VERSION environment variable in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Jan 17, 2022
1 parent ec17352 commit 1b95a08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -6,6 +6,9 @@ on:

name: "CI"

env:
COMPOSER_ROOT_VERSION: "5.0-dev"

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

0 comments on commit 1b95a08

Please sign in to comment.