Skip to content

Commit

Permalink
Fix: Do not bother manually assembling job names
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and theseer committed Jan 31, 2023
1 parent 2b6b433 commit 4c539d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
name: Run install on [${{ matrix.php-versions }} | ${{ matrix.operating-system }}]
name: Run install
steps:
- uses: actions/checkout@v3
- name: Setup cache environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
name: Test on [${{ matrix.php-versions }} | ${{ matrix.operating-system }}]
name: Test
steps:
- uses: actions/checkout@v3
- name: Setup cache environment
Expand Down

0 comments on commit 4c539d4

Please sign in to comment.