Skip to content

Commit ea7b0a1

Browse files
authored
Merge branch 'develop' into lancepioch-patch-1
2 parents a139fbf + e2e62b2 commit ea7b0a1

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)