From 62f65d38cffdd96047303380c04189bb94cda74d Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Tue, 7 Jul 2026 14:00:27 +0930 Subject: [PATCH] ci: add PHP 8.6 leaving the other test matrices for PHP unchanged for now. Run all CI checks on PHP 8.6. --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b1fbcf..1405d0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,11 @@ jobs: code-style: 'yes' code-analysis: 'yes' rector-check: 'yes' + - php-versions: '8.6' + coverage: 'pcov' + code-style: 'yes' + code-analysis: 'yes' + rector-check: 'yes' steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0