mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[ticket/16909] Add PHP 8.2 builds to test matrix
PHPBB3-16909
This commit is contained in:
parent
3bfb2b3f69
commit
29d137cc5e
1 changed files with 13 additions and 1 deletions
14
.github/workflows/tests.yml
vendored
14
.github/workflows/tests.yml
vendored
|
@ -126,6 +126,8 @@ jobs:
|
||||||
db: "mysql:5.7"
|
db: "mysql:5.7"
|
||||||
- php: '8.1'
|
- php: '8.1'
|
||||||
db: "mysql:5.7"
|
db: "mysql:5.7"
|
||||||
|
- php: '8.2'
|
||||||
|
db: "mysql:5.7"
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
|
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
|
||||||
|
|
||||||
|
@ -253,6 +255,10 @@ jobs:
|
||||||
db: "postgres:12"
|
db: "postgres:12"
|
||||||
- php: '8.0'
|
- php: '8.0'
|
||||||
db: "postgres:13"
|
db: "postgres:13"
|
||||||
|
- php: '8.1'
|
||||||
|
db: "postgres:14"
|
||||||
|
- php: '8.2'
|
||||||
|
db: "postgres:14"
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
||||||
|
|
||||||
|
@ -442,7 +448,7 @@ jobs:
|
||||||
|
|
||||||
# Test with IIS & PostgreSQL on Windows
|
# Test with IIS & PostgreSQL on Windows
|
||||||
windows-tests:
|
windows-tests:
|
||||||
runs-on: windows-2016
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -455,6 +461,9 @@ jobs:
|
||||||
- php: '8.1'
|
- php: '8.1'
|
||||||
db: "postgres"
|
db: "postgres"
|
||||||
type: 'unit'
|
type: 'unit'
|
||||||
|
- php: '8.2'
|
||||||
|
db: "postgres"
|
||||||
|
type: 'unit'
|
||||||
- php: '7.4'
|
- php: '7.4'
|
||||||
db: "postgres"
|
db: "postgres"
|
||||||
type: 'functional'
|
type: 'functional'
|
||||||
|
@ -464,6 +473,9 @@ jobs:
|
||||||
- php: '8.1'
|
- php: '8.1'
|
||||||
db: "postgres"
|
db: "postgres"
|
||||||
type: 'functional'
|
type: 'functional'
|
||||||
|
- php: '8.2'
|
||||||
|
db: "postgres"
|
||||||
|
type: 'functional'
|
||||||
|
|
||||||
name: Windows - PHP ${{ matrix.php }} - ${{ matrix.db }} - ${{ matrix.type }}
|
name: Windows - PHP ${{ matrix.php }} - ${{ matrix.db }} - ${{ matrix.type }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue