diff --git a/.github/workflows/diagnostics.yml b/.github/workflows/diagnostics.yml index 44a5c18..94861e2 100644 --- a/.github/workflows/diagnostics.yml +++ b/.github/workflows/diagnostics.yml @@ -17,15 +17,15 @@ jobs: fail-fast: false matrix: include: - - php: '7.4' - phpcq_install: 'install' - phpcq_flags: '' - php: '8.0' phpcq_install: 'update' phpcq_flags: '' - php: '8.1' phpcq_install: 'update' phpcq_flags: '' + - php: '8.2' + phpcq_install: 'update' + phpcq_flags: '' steps: - name: Pull source