Skip to content

Commit

Permalink
Test 3x PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Sep 12, 2023
1 parent 9372698 commit 6aac4ee
Show file tree
Hide file tree
Showing 3 changed files with 8,795 additions and 2 deletions.
1 change: 1 addition & 0 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' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
composer_install: true
# installer contains a sample behat.yml file, though there are no behat tests to run
endtoend: false
# require the following in ci.yml rather than composer.json require-dev specifically for installer because unlike
Expand Down
33 changes: 31 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-cms": "4.13.x-dev",
"silverstripe-themes/simple": "~3.2.0",
"silverstripe/login-forms": "4.9.x-dev"
"silverstripe/login-forms": "4.9.x-dev",
"silverstripe/admin": "dev-pulls/1.13/clear-gridfield-search as 1.13.x-dev",
"silverstripe/frameworktest": "dev-pulls/0.4/pagination as 0.4.14",
"silverstripe/recipe-testing": "^2",
"mikey179/vfsstream": "^1.6.10",
"silverstripe/behat-extension": "dev-pulls/4.11/extensions as 4.11.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand All @@ -30,8 +35,32 @@
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
},
"platform": {
"php": "7.4"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
"minimum-stability": "dev",
"repositories": {
"x0": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-admin"
},
"x1": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-behat-extension"
},
"x2": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-frameworktest"
}
},
"conflict": {
"symfony/cache-contracts": "3.2.1",
"symfony/deprecation-contracts": "3.2.1",
"symfony/event-dispatcher-contracts": "3.2.1",
"symfony/service-contracts": "3.2.1",
"symfony/translation-contracts": "3.2.1"
}
}
Loading

0 comments on commit 6aac4ee

Please sign in to comment.