mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00: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
1 changed files with 9 additions and 3 deletions
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
|
@ -116,6 +116,12 @@ jobs:
|
||||||
'mysql:8.1'
|
'mysql:8.1'
|
||||||
]
|
]
|
||||||
include:
|
include:
|
||||||
|
- php: '8.1'
|
||||||
|
db: 'mysql:5.7'
|
||||||
|
type: 'unit'
|
||||||
|
- php: '8.1'
|
||||||
|
db: 'mysql:5.7'
|
||||||
|
type: 'functional'
|
||||||
- php: '8.1'
|
- php: '8.1'
|
||||||
db: "mysql:5.7"
|
db: "mysql:5.7"
|
||||||
db_alias: "MySQL Slow Tests"
|
db_alias: "MySQL Slow Tests"
|
||||||
|
@ -124,10 +130,10 @@ jobs:
|
||||||
- php: '8.1'
|
- php: '8.1'
|
||||||
db: "mysql:5.7"
|
db: "mysql:5.7"
|
||||||
db_alias: "MyISAM Tests"
|
db_alias: "MyISAM Tests"
|
||||||
type: 'unit'
|
type: 'functional'
|
||||||
MYISAM: 1
|
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:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
|
@ -464,7 +470,7 @@ jobs:
|
||||||
php: ['8.1', '8.2']
|
php: ['8.1', '8.2']
|
||||||
db: ['postgres']
|
db: ['postgres']
|
||||||
|
|
||||||
name: Windows - PHP ${{ matrix.php }} - ${{ matrix.db }} - ${{ matrix.type }}
|
name: Windows - ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare git for Windows
|
- name: Prepare git for Windows
|
||||||
|
|
Loading…
Add table
Reference in a new issue