From b78af6b28e7d666e94eb73f39dd4001d09a57fc6 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 13 Mar 2024 15:14:12 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- .github/workflows/analyse.yaml | 2 +- .github/workflows/audits.yaml | 2 +- .github/workflows/coveralls.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/analyse.yaml b/.github/workflows/analyse.yaml index 6f1db04..ef4d12b 100644 --- a/.github/workflows/analyse.yaml +++ b/.github/workflows/analyse.yaml @@ -17,7 +17,7 @@ jobs: experimental: - false - name: PHP${{ matrix.php }} on ${{ matrix.os }} + name: PHP:${{ matrix.php }} on ${{ matrix.os }} steps: - name: Checkout code diff --git a/.github/workflows/audits.yaml b/.github/workflows/audits.yaml index 3d186ec..43d6972 100644 --- a/.github/workflows/audits.yaml +++ b/.github/workflows/audits.yaml @@ -21,7 +21,7 @@ jobs: experimental: - true - name: PHP${{ matrix.php }} on ${{ matrix.os }} + name: PHP:${{ matrix.php }} on ${{ matrix.os }} steps: - name: Checkout code diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml index 11e8d29..13904cc 100644 --- a/.github/workflows/coveralls.yaml +++ b/.github/workflows/coveralls.yaml @@ -19,7 +19,7 @@ jobs: experimental: - false - name: PHP${{ matrix.php }} on ${{ matrix.os }} (${{ matrix.dependencies }}) + name: PHP:${{ matrix.php }} on ${{ matrix.os }} (${{ matrix.dependencies }}) steps: - name: Checkout code diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d5389d1..0c8d342 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,7 +27,7 @@ jobs: experimental: - false - name: PHP${{ matrix.php }} with PHPUnit${{ matrix.phpunit }} on ${{ matrix.os }} (${{ matrix.dependencies }}) + name: PHP:${{ matrix.php }} with PHPUnit:${{ matrix.phpunit }} on ${{ matrix.os }} (${{ matrix.dependencies }}) steps: - name: Checkout repository and submodules