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