From e4e975db96eea900c149de39205ee3956b7136e4 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 27 Mar 2026 20:32:42 +0100 Subject: [PATCH] Add PHP 8.5 on CI --- .github/workflows/continuous-integration.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 36cbac3..dce7ec8 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -3,11 +3,9 @@ name: "CI" on: pull_request: branches: - - "master" - "1.x" push: branches: - - "master" - "1.x" env: @@ -29,6 +27,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" steps: - name: "Checkout"