From 44ffb172d7db7b8308aecff512e5cec57e50b522 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 30 Jun 2022 11:35:56 +1200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a989596..58e5ca5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,8 @@ on: jobs: ci: - uses: emteknetnz/github-actions-ci-cd/.github/workflows/ci.yml@dynamic2 - with: - simple_matrix: true + uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 + # with: # extra_jobs: | # - php: '8.1' # endtoend: true