From 4635e82c03276d9e5934971e109cf8def43748b0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:25:22 +0000 Subject: [PATCH 1/2] Initial plan From 51bb79d1b81ef63ee9ffd02db36371dda0742d99 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:26:36 +0000 Subject: [PATCH 2/2] CI: add PHP 8.5 to test matrix Agent-Logs-Url: https://github.com/LordSimal/cakephp-dump-sql/sessions/0aa2bb48-0db3-4de3-81b9-7f20194c5871 Co-authored-by: LordSimal <9105243+LordSimal@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01c6622..79c2df7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: [ '8.1', '8.2', '8.3', '8.4' ] + php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ] db-type: [ sqlite, mysql, mariadb, pgsql ] services: