From 2f3cc511d1e81121c8c332c9b27f56d2c23ebf10 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Wed, 7 Feb 2024 10:54:16 +0100 Subject: [PATCH] Bump test matrix --- .github/workflows/diagnostics.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/diagnostics.yml b/.github/workflows/diagnostics.yml index a768e0f..531fa78 100644 --- a/.github/workflows/diagnostics.yml +++ b/.github/workflows/diagnostics.yml @@ -17,11 +17,14 @@ jobs: fail-fast: false matrix: include: - - php: 7.4 - output: '-o github-action -o default' - phpcq_install: 'install' - - php: 8.0 - output: '-o default' + - php: 8.1 + output: '-o github-action default' + phpcq_install: 'update' + - php: 8.2 + output: '-o github-action default' + phpcq_install: 'update' + - php: 8.3 + output: '-o github-action default' phpcq_install: 'update' steps: