Skip to content

Commit

Permalink
ci: Auto-determine matrix of PHP derivations to build.
Browse files Browse the repository at this point in the history
Fix build name.
  • Loading branch information
drupol committed Feb 27, 2022
1 parent 3734253 commit f3dbe58
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 @@ -29,7 +29,7 @@ jobs:
)"
build:
name: '${{ matrix.derivation }} on ${{ matrix.operating-system }}'
name: '${{ matrix.packages }} on ${{ matrix.operating-system }}'
needs: [determine-matrix]
runs-on: ${{ matrix.operating-system }}
strategy:
Expand Down

0 comments on commit f3dbe58

Please sign in to comment.