Skip to content

Commit b0d14eb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

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

0 commit comments

Comments
 (0)