From 1590efe52ef35e4ad71190315208f23b186244cc Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 14 Sep 2025 18:49:17 +0200 Subject: [PATCH] [ticket/17540] Try tests against PHP 8.5 PHPBB-17540 --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79dcc27277..4a021cd1b4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }}