We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0c67e commit 2669c53Copy full SHA for 2669c53
.github/workflows/test-application.yaml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
test:
14
- name: 'PHP ${{ matrix.php-version }} ${{ matrix.dependencies}}'
+ name: "PHP ${{ matrix.php-version }} ${{ matrix.dependencies }} ${{ matrix.dev-dependencies && 'dev' }}"
15
runs-on: ubuntu-20.04
16
17
strategy:
0 commit comments