mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-17 14:18:24 +01:00
[ticket/17193] Reduce amount of runners
PHPBB3-17193
This commit is contained in:
parent
1ee4d8387b
commit
19d7e5ffef
62
.github/workflows/tests.yml
vendored
62
.github/workflows/tests.yml
vendored
@ -100,33 +100,47 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php: ['8.1', '8.2', '8.3']
|
||||
db: [
|
||||
'mariadb:10.2',
|
||||
'mariadb:10.3',
|
||||
'mariadb:10.4',
|
||||
'mariadb:10.6',
|
||||
'mariadb:10.9',
|
||||
'mariadb:10.10',
|
||||
'mariadb:10.11',
|
||||
# 'mariadb:11.0' # currently disabled
|
||||
'mysql:5.7',
|
||||
'mysql:8.0',
|
||||
'mysql:8.1'
|
||||
]
|
||||
include:
|
||||
- php: '8.1'
|
||||
db: "mariadb:10.2"
|
||||
- php: '8.1'
|
||||
db: "mariadb:10.3"
|
||||
- php: '8.1'
|
||||
db: "mariadb:10.4"
|
||||
- php: '8.1'
|
||||
db: "mariadb:10.6"
|
||||
- php: '8.1'
|
||||
db: "mariadb:10.9"
|
||||
- php: '8.1'
|
||||
db: "mariadb:10.10"
|
||||
- php: '8.1'
|
||||
db: "mariadb:10.11"
|
||||
#- php: '8.1' # currently disabled
|
||||
# db: "mariadb:11.0"
|
||||
- php: '8.1'
|
||||
db: "mysql:5.7"
|
||||
db_alias: "MySQL Slow Tests"
|
||||
type: 'slow'
|
||||
SLOWTESTS: 1
|
||||
- php: '8.1'
|
||||
- php: '7.3'
|
||||
db: "mysql:5.7"
|
||||
db_alias: "MyISAM Tests"
|
||||
type: 'MyISAM'
|
||||
MYISAM: 1
|
||||
- php: '8.1'
|
||||
db: "mysql:5.7"
|
||||
- php: '8.1'
|
||||
db: "mysql:8.0"
|
||||
- php: '8.1'
|
||||
db: "mysql:8.1"
|
||||
- php: '8.2'
|
||||
db: "mysql:8.0"
|
||||
- php: '8.2'
|
||||
db: "mariadb:10.2"
|
||||
- php: '8.3'
|
||||
db: "mysql:5.7"
|
||||
- php: '8.3'
|
||||
db: "mariadb:10.2"
|
||||
|
||||
name: ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
|
||||
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
|
||||
|
||||
services:
|
||||
mysql:
|
||||
@ -250,15 +264,9 @@ jobs:
|
||||
- php: '8.1'
|
||||
db: "postgres:15"
|
||||
- php: '8.2'
|
||||
db: "postgres:12"
|
||||
- php: '8.2'
|
||||
db: "postgres:13"
|
||||
- php: '8.2'
|
||||
db: "postgres:14"
|
||||
- php: '8.2'
|
||||
db: "postgres:15"
|
||||
#- php: '8.3'
|
||||
# db: "postgres:15"
|
||||
db: "postgres:9.5"
|
||||
- php: '8.3'
|
||||
db: "postgres:9.5"
|
||||
|
||||
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user