Skip to content

Commit

Permalink
ci: fix job names
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Dec 14, 2023
1 parent b1165e6 commit c0177ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
prepare:
name: Prepare (${{ matrix.os}}, Node ${{ matrix.node }})
name: Prepare (${{ matrix.os}}, PHP ${{ matrix.php }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit c0177ab

Please sign in to comment.