From 53f07ad19653de71d3ed425de94f29a423f4cabc Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Wed, 14 Feb 2024 11:36:26 -0600 Subject: [PATCH] extra jobs --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19f7e63..fdb7e66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,5 +9,7 @@ jobs: ci: name: CI uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 - with: - phpcoverage: true + +extra_jobs: | + - php: '8.2' + phpcoverage: true