mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-04 11:41:38 +02:00
[ticket/17540] Try tests against PHP 8.5
PHPBB-17540
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -145,6 +145,10 @@ jobs:
|
|||||||
db: "mysql:8.0"
|
db: "mysql:8.0"
|
||||||
- php: '8.4'
|
- php: '8.4'
|
||||||
db: "mariadb:10.3"
|
db: "mariadb:10.3"
|
||||||
|
- php: '8.5'
|
||||||
|
db: "mysql:8.0"
|
||||||
|
- php: '8.5'
|
||||||
|
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 }}
|
||||||
|
|
||||||
@@ -286,6 +290,8 @@ jobs:
|
|||||||
db: "postgres:9.5"
|
db: "postgres:9.5"
|
||||||
- php: '8.4'
|
- php: '8.4'
|
||||||
db: "postgres:9.5"
|
db: "postgres:9.5"
|
||||||
|
- php: '8.5'
|
||||||
|
db: "postgres:9.5"
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user