Update tests.yml
This commit is contained in:
parent
1ebcb2b7fb
commit
e2e62b2dae
|
@ -31,7 +31,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
php: [ 7.4, 8.0 ]
|
php: [ 7.4, 8.0 ]
|
||||||
database: [ mysql, mariadb ]
|
database: [ mysql, mariadb ]
|
||||||
name: PHP ${{ matrix.php }}
|
name: "php-${{ matrix.php }} (engine: ${{ matrix.database }})"
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue