Skip to content

Commit e2e62b2

Browse files
committed
Update tests.yml
1 parent 1ebcb2b commit e2e62b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
php: [ 7.4, 8.0 ]
3333
database: [ mysql, mariadb ]
34-
name: PHP ${{ matrix.php }}
34+
name: "php-${{ matrix.php }} (engine: ${{ matrix.database }})"
3535
steps:
3636
- name: checkout
3737
uses: actions/checkout@v2

0 commit comments

Comments
 (0)