From 02f96528994d66c004ee5bdfad186125d6ba2ebc Mon Sep 17 00:00:00 2001 From: Artur Kyryliuk Date: Mon, 21 Sep 2026 12:44:59 +0200 Subject: [PATCH] upd(ci): run static analysis and unit tests on PHP 8.5 Co-Authored-By: Claude Opus 5 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e267f1d6af..a5e297385e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.3', '8.4'] + php: ['8.3', '8.4', '8.5'] steps: - uses: actions/checkout@v7 @@ -61,7 +61,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.3', '8.4'] + php: ['8.3', '8.4', '8.5'] steps: - uses: actions/checkout@v7 @@ -103,7 +103,7 @@ jobs: # check - the seeded data and the updater are only asserted here. # One PHP version only: what this job proves is the installer's database # paths, and those do not vary with the PHP minor. The matrix above - # already runs the analysis and the tests on both. + # already runs the analysis and the tests on every supported version. include: - db: mysql user: root