1
0
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:
Marc Alexander 2023-09-09 08:48:52 +02:00
parent ce5a137eae
commit f051644c77
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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 }}