We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87198cd commit f7a0a0dCopy full SHA for f7a0a0d
.github/workflows/phpunit.yml
@@ -30,7 +30,7 @@ on:
30
31
jobs:
32
tests:
33
- name: PHP ${{ matrix.php-versions }} - ${{ matrix.db-platforms }}
+ name: PHP ${{ matrix.php-versions }} - ${{ matrix.db-platforms }} - ${{ matrix.mysql-versions }}
34
runs-on: ubuntu-latest
35
if: "!contains(github.event.head_commit.message, '[ci skip]')"
36
0 commit comments