From d40e915bbd4785b8f17f52a0bddef9a9cb18c128 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 7 Feb 2023 14:10:43 +1300 Subject: [PATCH] MNT Install recipe-testing --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d667e9db..979705bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: if: (github.event_name == 'schedule' && startsWith(github.repository, 'silverstripe/')) || (github.event_name != 'schedule') uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 with: + composer_require_extra: silverstripe/recipe-testing:^3 extra_jobs: | - php: 8.1 endtoend: true @@ -28,6 +29,3 @@ jobs: endtoend: true endtoend_suite: silverstripe-elemental endtoend_config: vendor/dnadesign/silverstripe-elemental/behat.yml - - php: 8.2 - phpunit: true -# ^^ TODO: remove this extra php 8.2 job once php 8.2 is a standard part of the gha matrix