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 }}