Skip to content

Commit

Permalink
Github workflow: display composer-dependencies switch
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Nov 17, 2020
1 parent 4939cb5 commit 3743aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI build
on: [ push, pull_request ]
jobs:
build:
name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }} ${{ matrix.extra-label }}
name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }} ${{ matrix.extra-label }} ${{ matrix.composer-dependencies }}
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 3743aba

Please sign in to comment.