Skip to content

Commit

Permalink
Update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Mar 30, 2020
1 parent 4e86b00 commit 65a9230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
php: [7.2, 7.3, 7.4]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - S${{ matrix.stability }}
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 65a9230

Please sign in to comment.