Skip to content

Commit

Permalink
Update automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter committed Dec 3, 2023
1 parent 0c6140f commit fb9c7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
command: matrix
qa:
name: "${{ matrix.name }} on PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency }}"
name: "${{ matrix.name }}|${{ matrix.os }}-php-${{ matrix.php }}|composer-${{ matrix.dependency }}"
needs: [matrix]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.dependency == 'lowest' || matrix.experimental }}
Expand Down

0 comments on commit fb9c7a3

Please sign in to comment.