1
0
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:
Marc Alexander
2025-09-14 18:49:17 +02:00
parent cd40a0594e
commit 1590efe52e

View File

@@ -145,6 +145,10 @@ jobs:
db: "mysql:8.0"
- php: '8.4'
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 }}
@@ -286,6 +290,8 @@ jobs:
db: "postgres:9.5"
- php: '8.4'
db: "postgres:9.5"
- php: '8.5'
db: "postgres:9.5"
name: PHP ${{ matrix.php }} - ${{ matrix.db }}