diff --git a/.github/workflows/formats.yml b/.github/workflows/formats.yml index 04e32b09..f3598b3b 100644 --- a/.github/workflows/formats.yml +++ b/.github/workflows/formats.yml @@ -1,4 +1,4 @@ -name: Continuous Integration +name: Formats on: ['push', 'pull_request'] @@ -13,7 +13,7 @@ jobs: php: [7.4] dependency-version: [prefer-lowest, prefer-stable] - name: Formats P${{ matrix.php }} (${{ matrix.dependency-version }}) - ${{ matrix.os }} + name: Formats P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }} steps: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 830b6aac..d22ce69d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Continuous Integration +name: Tests on: ['push', 'pull_request'] @@ -12,7 +12,7 @@ jobs: php: [7.3, 7.4] dependency-version: [prefer-lowest, prefer-stable] - name: Tests P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} + name: Tests P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }} steps: