We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2428d5c commit 453458cCopy full SHA for 453458c
.github/workflows/build.yaml
@@ -6,7 +6,7 @@ on:
6
- cron: 5 8 * * 3
7
jobs:
8
checks:
9
- name: PHP ${{ matrix.php-versions }}
+ name: 'PHP ${{ matrix.php-versions }} with composer args: ${{ matrix.composer-args }}'
10
runs-on: ${{ matrix.operating-system }}
11
strategy:
12
fail-fast: false
0 commit comments