X Tutup
Skip to content

Commit 120c695

Browse files
authored
fix: ensure names match sync repo settings (#2022)
1 parent 791f2b2 commit 120c695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
composer-flags: [""]
1616
include:
1717
- php: "5.6"
18-
composer-flags: "--prefer-lowest"
18+
composer-flags: "--prefer-lowest "
1919
- php: "8.0"
20-
composer-flags: "--prefer-lowest"
21-
name: PHP ${{ matrix.php }} ${{ matrix.composer-flags }} Unit Test
20+
composer-flags: "--prefer-lowest "
21+
name: PHP ${{ matrix.php }} ${{ matrix.composer-flags }}Unit Test
2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: Setup PHP

0 commit comments

Comments
 (0)
X Tutup