We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebcb2b commit e2e62b2Copy full SHA for e2e62b2
.github/workflows/tests.yml
@@ -31,7 +31,7 @@ jobs:
31
matrix:
32
php: [ 7.4, 8.0 ]
33
database: [ mysql, mariadb ]
34
- name: PHP ${{ matrix.php }}
+ name: "php-${{ matrix.php }} (engine: ${{ matrix.database }})"
35
steps:
36
- name: checkout
37
uses: actions/checkout@v2
0 commit comments