From e79ece979b76854fb35781fd2147a9e0bd02a82a Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Tue, 9 Jan 2024 10:32:25 +0100 Subject: [PATCH] ci: fix job name in order to include php version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c415b0..b2b6069 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: include: - dependencies: "lowest" php-version: "8.1" - name: PHP ${{ matrix.php }} Test ${{ matrix.dependencies }} + name: PHP ${{ matrix.php-version }} Test ${{ matrix.dependencies }} steps: - uses: actions/checkout@v4