From d5a8a51142596a1d261353636899b4c9c8fa3285 Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Tue, 7 Jul 2026 13:51:45 +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 5847735..f2b7dac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,11 @@ jobs: code-style: 'no' code-analysis: 'yes' rector-check: 'yes' + - php-versions: '8.6' + coverage: 'xdebug' + code-style: 'no' + code-analysis: 'yes' + rector-check: 'yes' steps: - name: Checkout uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3