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