Skip to content

Commit 61b00f6

Browse files
committed
Fix replacement of matrix variables
1 parent 28a50b7 commit 61b00f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111

1212
jobs:
1313
phpunit:
14-
name: "P{{ matrix.php }} - L{{ matrix.laravel }} - {{ matrix.dependency-versions }} - {{ matrix.os }}"
15-
runs-on: "{{ matrix.os }}"
14+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
15+
runs-on: "${{ matrix.os }}"
1616
timeout-minutes: 5
1717

1818
strategy:

0 commit comments

Comments
 (0)