mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17342] Add tests for PHP 8.4 to GitHub Actions
PHPBB-17342
This commit is contained in:
parent
127121f1d2
commit
abaef09a14
1 changed files with 10 additions and 0 deletions
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
|
@ -128,6 +128,8 @@ jobs:
|
||||||
db: "mysql:5.7"
|
db: "mysql:5.7"
|
||||||
- php: '8.3'
|
- php: '8.3'
|
||||||
db: "mysql:5.7"
|
db: "mysql:5.7"
|
||||||
|
- php: '8.4'
|
||||||
|
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 }}
|
||||||
|
|
||||||
|
@ -261,6 +263,8 @@ jobs:
|
||||||
db: "postgres:14"
|
db: "postgres:14"
|
||||||
- php: '8.3'
|
- php: '8.3'
|
||||||
db: "postgres:14"
|
db: "postgres:14"
|
||||||
|
- php: '8.4'
|
||||||
|
db: "postgres:14"
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
||||||
|
|
||||||
|
@ -469,6 +473,9 @@ jobs:
|
||||||
- php: '8.3'
|
- php: '8.3'
|
||||||
db: "postgres"
|
db: "postgres"
|
||||||
type: 'unit'
|
type: 'unit'
|
||||||
|
- php: '8.4'
|
||||||
|
db: "postgres"
|
||||||
|
type: 'unit'
|
||||||
- php: '7.4'
|
- php: '7.4'
|
||||||
db: "postgres"
|
db: "postgres"
|
||||||
type: 'functional'
|
type: 'functional'
|
||||||
|
@ -484,6 +491,9 @@ jobs:
|
||||||
- php: '8.3'
|
- php: '8.3'
|
||||||
db: "postgres"
|
db: "postgres"
|
||||||
type: 'functional'
|
type: 'functional'
|
||||||
|
- php: '8.4'
|
||||||
|
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