Skip to content

Commit

Permalink
fix: ensure names match sync repo settings (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Dec 28, 2020
1 parent 791f2b2 commit 120c695
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
composer-flags: [""]
include:
- php: "5.6"
composer-flags: "--prefer-lowest"
composer-flags: "--prefer-lowest "
- php: "8.0"
composer-flags: "--prefer-lowest"
name: PHP ${{ matrix.php }} ${{ matrix.composer-flags }} Unit Test
composer-flags: "--prefer-lowest "
name: PHP ${{ matrix.php }} ${{ matrix.composer-flags }}Unit Test
steps:
- uses: actions/checkout@v2
- name: Setup PHP
Expand Down

0 comments on commit 120c695

Please sign in to comment.