Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jan 8, 2024
1 parent c256f20 commit 15036ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build PHP binaries
name: Build PHP binaries (reusable workflow)

on:
workflow_call:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build PHP binaries (parent workflow)
name: Build PHP binaries

on:
push:
Expand All @@ -13,6 +13,7 @@ concurrency:

jobs:
everything:
name: PM${{ matrix.pm-version-major }}
strategy:
matrix:
pm-version-major: [4, 5]
Expand Down

0 comments on commit 15036ef

Please sign in to comment.