Skip to content

Commit 6ed1789

Browse files
authored
Format CI check run names (#646)
1 parent ced563b commit 6ed1789

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313

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

1919
strategy:
2020
fail-fast: false
@@ -26,8 +26,6 @@ jobs:
2626
php-version:
2727
- "8.2"
2828
- "8.3"
29-
operating-system:
30-
- "ubuntu-latest"
3129

3230
steps:
3331
- name: "Checkout"

0 commit comments

Comments
 (0)