mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16659] Use matrix db alias for MSSQL builds
PHPBB3-16659
This commit is contained in:
parent
6c9ecf1cc8
commit
e2f21b3dd3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -49,6 +49,7 @@ jobs:
|
|||
# db: "mysql:5.7"
|
||||
- php: '7.2'
|
||||
db: "mcr.microsoft.com/mssql/server:2017-latest"
|
||||
db_alias: 'MSSQL 2017'
|
||||
# - php: '7.2'
|
||||
# db: "mysql:5.7"
|
||||
# - php: '7.3'
|
||||
|
@ -62,7 +63,7 @@ jobs:
|
|||
# - php: '8.1'
|
||||
# db: "mysql:5.7"
|
||||
|
||||
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
||||
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
|
||||
|
||||
services:
|
||||
mysql:
|
||||
|
|
Loading…
Add table
Reference in a new issue