Skip to content

Commit

Permalink
[TASK] Streamline a CI job name
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Feb 15, 2024
1 parent f7309ff commit 275b110
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 @@ -2,7 +2,7 @@ name: tests
on: [push, pull_request]
jobs:
tests:
name: Tests with PHP${{ matrix.php }}
name: Tests with PHP ${{ matrix.php }}
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down

0 comments on commit 275b110

Please sign in to comment.