From b247ccbb5447faf40c02d9851749d83997617a38 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Fri, 25 Aug 2023 10:11:34 +1200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ac187d..f998e4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,4 +10,8 @@ jobs: name: CI uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 with: - simple_matrix: true + dynamic_matrix: false + extra_jobs: | + - php: '8.1' + db: mysql80 + phpunit: true