Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

ci: update to set version in env for PRs #4

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Static Analysis

on: ['push', 'pull_request']

env:
COMPOSER_ROOT_VERSION: 1.x-dev

jobs:
cs:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Tests

on: ['push', 'pull_request']

env:
COMPOSER_ROOT_VERSION: 1.x-dev

jobs:
ci:
runs-on: ${{ matrix.os }}
Expand Down