Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jun 18, 2024
1 parent 90e14a5 commit 4a35ada
Show file tree
Hide file tree
Showing 3 changed files with 8,849 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: CI
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 All @@ -25,3 +26,7 @@ jobs:
- endtoend: true
endtoend_suite: cms
endtoend_config: vendor/silverstripe/cms/behat.yml
- php: 8.1
endtoend: true
endtoend_suite: silverstripe-elemental
endtoend_config: vendor/dnadesign/silverstripe-elemental/behat.yml
33 changes: 31 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
"silverstripe/vendor-plugin": "2.0.x-dev",
"silverstripe/recipe-cms": "5.2.x-dev",
"silverstripe-themes/simple": "3.3.x-dev",
"silverstripe/login-forms": "5.2.x-dev"
"silverstripe/login-forms": "5.2.x-dev",
"silverstripe/admin": "dev-pulls/2.2/elemental-dropdown as 2.2.x-dev",
"silverstripe/frameworktest": "1.x-dev",
"silverstripe/recipe-testing": "^3",
"mikey179/vfsstream": "^1.6.10",
"dnadesign/silverstripe-elemental": "dev-pulls/5.2/elemental-dropdown as 5.2.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.6"
Expand All @@ -30,8 +35,32 @@
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
},
"platform": {
"php": "8.1"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
"minimum-stability": "dev",
"repositories": {
"x0": {
"type": "vcs",
"url": "git@github.com:creative-commoners/silverstripe-admin"
},
"x1": {
"type": "vcs",
"url": "git@github.com:creative-commoners/silverstripe-frameworktest"
},
"x2": {
"type": "vcs",
"url": "git@github.com:creative-commoners/silverstripe-elemental"
}
},
"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 4a35ada

Please sign in to comment.