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 61b00f6 commit b0d14ebCopy full SHA for b0d14eb
.github/workflows/phpunit.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
phpunit:
14
- name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
+ name: "P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}"
15
runs-on: "${{ matrix.os }}"
16
timeout-minutes: 5
17
0 commit comments