Skip to content

Commit

Permalink
Merge pull request #514 from creative-commoners/pulls/5/broken-builds
Browse files Browse the repository at this point in the history
MNT Install recipe-testing
  • Loading branch information
Maxime Rainville authored Feb 7, 2023
2 parents e5772c3 + d40e915 commit 98e2394
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 98e2394

Please sign in to comment.