mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge pull request #6645 from marc1706/ticket/17342
[ticket/17342] Add tests for PHP 8.4 to GitHub Actions
This commit is contained in:
commit
6de3833d9f
1 changed files with 7 additions and 1 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
@ -137,6 +137,10 @@ jobs:
|
||||||
db: "mysql:5.7"
|
db: "mysql:5.7"
|
||||||
- php: '8.3'
|
- php: '8.3'
|
||||||
db: "mariadb:10.2"
|
db: "mariadb:10.2"
|
||||||
|
- php: '8.4'
|
||||||
|
db: "mysql:8.0"
|
||||||
|
- php: '8.4'
|
||||||
|
db: "mariadb:10.3"
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
|
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
|
||||||
|
|
||||||
|
@ -272,6 +276,8 @@ jobs:
|
||||||
db: "postgres:9.5"
|
db: "postgres:9.5"
|
||||||
- php: '8.3'
|
- php: '8.3'
|
||||||
db: "postgres:9.5"
|
db: "postgres:9.5"
|
||||||
|
- php: '8.4'
|
||||||
|
db: "postgres:9.5"
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
||||||
|
|
||||||
|
@ -480,7 +486,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
type: ['unit', 'functional']
|
type: ['unit', 'functional']
|
||||||
php: ['8.1', '8.2']
|
php: ['8.1', '8.2', '8.3']
|
||||||
db: ['postgres']
|
db: ['postgres']
|
||||||
|
|
||||||
name: Windows - ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db }}
|
name: Windows - ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue