Skip to content

Commit

Permalink
ci: Update build name.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 8, 2022
1 parent 4bff3e1 commit def4dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
name: 'PHP ${{ matrix.php.major }}.${{ matrix.php.minor }}'
name: '${{ matrix.derivation }} on ${{ matrix.operating-system }}'
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
Expand Down

0 comments on commit def4dbd

Please sign in to comment.