mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-17 14:18:24 +01:00
[ticket/17176] Use matrix definitions for building build matrix
PHPBB3-17176
This commit is contained in:
parent
ce5a137eae
commit
f051644c77
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
@ -466,25 +466,15 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
type: ['unit', 'functional']
|
||||||
include:
|
include:
|
||||||
- php: '8.1'
|
- php: '8.1'
|
||||||
db: "postgres"
|
db: "postgres"
|
||||||
type: 'unit'
|
|
||||||
- php: '8.2'
|
- php: '8.2'
|
||||||
db: "postgres"
|
db: "postgres"
|
||||||
type: 'unit'
|
|
||||||
#- php: '8.3'
|
#- php: '8.3'
|
||||||
# db: "postgres"
|
# db: "postgres"
|
||||||
# type: 'unit'
|
# type: 'unit'
|
||||||
- php: '8.1'
|
|
||||||
db: "postgres"
|
|
||||||
type: 'functional'
|
|
||||||
- php: '8.2'
|
|
||||||
db: "postgres"
|
|
||||||
type: 'functional'
|
|
||||||
#- php: '8.3'
|
|
||||||
# db: "postgres"
|
|
||||||
# type: 'functional'
|
|
||||||
|
|
||||||
name: Windows - PHP ${{ matrix.php }} - ${{ matrix.db }} - ${{ matrix.type }}
|
name: Windows - PHP ${{ matrix.php }} - ${{ matrix.db }} - ${{ matrix.type }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user