From 6ed1789a59cd3a37bdb5153885433d6bb34c8713 Mon Sep 17 00:00:00 2001 From: Ben Challis Date: Wed, 1 May 2024 10:28:35 +0100 Subject: [PATCH] Format CI check run names (#646) --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12536150..fdd48c61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -26,8 +26,6 @@ jobs: php-version: - "8.2" - "8.3" - operating-system: - - "ubuntu-latest" steps: - name: "Checkout"