Skip to content

Commit

Permalink
Format CI check run names (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-challis authored May 1, 2024
1 parent ced563b commit 6ed1789
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

jobs:
ci:
name: "Execute"
runs-on: ${{ matrix.operating-system }}
name: "Execute (PHP ${{ matrix.php-version }} with ${{ matrix.dependencies }} deps)"
runs-on: "ubuntu-latest"

strategy:
fail-fast: false
Expand All @@ -26,8 +26,6 @@ jobs:
php-version:
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 6ed1789

Please sign in to comment.