Skip to content

Commit

Permalink
ci: Fix Steps Names
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Nov 27, 2024
1 parent 6996f20 commit 2808d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/php83.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
- name: Benchmarking
run: phpbench run tests/webfiori/benchmark --report=default
release_staging:
name: Publish Beta
needs:
- "test"
- "coding_standards_check"
Expand All @@ -134,6 +135,7 @@ jobs:
manifest-file: .release-please-manifest.json
token: ${{ secrets.GITHUB_TOKEN }}
release_prod:
name: Publish Production
needs:
- "test"
- "coding_standards_check"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php84.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build PHP 8.2
name: Build PHP 8.4

on:
push:
Expand Down

0 comments on commit 2808d71

Please sign in to comment.