mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-01 21:27:55 +02:00
[ticket/17176] Manually include mysql 5.7 builds and change naming of builds
PHPBB3-17176
This commit is contained in:
parent
6320acb445
commit
1f9d14357c
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
@ -116,6 +116,12 @@ jobs:
|
||||
'mysql:8.1'
|
||||
]
|
||||
include:
|
||||
- php: '8.1'
|
||||
db: 'mysql:5.7'
|
||||
type: 'unit'
|
||||
- php: '8.1'
|
||||
db: 'mysql:5.7'
|
||||
type: 'functional'
|
||||
- php: '8.1'
|
||||
db: "mysql:5.7"
|
||||
db_alias: "MySQL Slow Tests"
|
||||
@ -124,10 +130,10 @@ jobs:
|
||||
- php: '8.1'
|
||||
db: "mysql:5.7"
|
||||
db_alias: "MyISAM Tests"
|
||||
type: 'unit'
|
||||
type: 'functional'
|
||||
MYISAM: 1
|
||||
|
||||
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }} - ${{ matrix.type }}
|
||||
name: ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
|
||||
|
||||
services:
|
||||
mysql:
|
||||
@ -464,7 +470,7 @@ jobs:
|
||||
php: ['8.1', '8.2']
|
||||
db: ['postgres']
|
||||
|
||||
name: Windows - PHP ${{ matrix.php }} - ${{ matrix.db }} - ${{ matrix.type }}
|
||||
name: Windows - ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db }}
|
||||
|
||||
steps:
|
||||
- name: Prepare git for Windows
|
||||
|
Loading…
x
Reference in New Issue
Block a user