Skip to content

Commit

Permalink
NO MERGE - CI ONLY (getCMSValidator)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jan 8, 2025
1 parent 749ff61 commit 3a897b2
Show file tree
Hide file tree
Showing 3 changed files with 12,499 additions and 6 deletions.
1 change: 1 addition & 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
# Use simple_matrix to limit the number of created jobs
# phpunit.xml.dist has a large number of testsuites, all of which are tested with
# multiple versions of php + databases in both the modules themselves and other recipes
Expand Down
34 changes: 28 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"silverstripe/tagfield": "4.0.x-dev",
"silverstripe/taxonomy": "4.0.x-dev",
"silverstripe/textextraction": "5.0.x-dev",
"silverstripe/userforms": "7.0.x-dev",
"silverstripe/userforms": "dev-pulls/7.0/getcmsvalidator as 7.0.x-dev",
"dnadesign/silverstripe-elemental": "6.0.x-dev",
"dnadesign/silverstripe-elemental-userforms": "5.0.x-dev",
"symbiote/silverstripe-advancedworkflow": "7.0.x-dev",
"symbiote/silverstripe-advancedworkflow": "dev-pulls/7.0/getcmsvalidator as 7.0.x-dev",
"symbiote/silverstripe-gridfieldextensions": "5.0.x-dev",
"symbiote/silverstripe-queuedjobs": "6.0.x-dev",
"colymba/gridfield-bulk-editing-tools": "5.0.x-dev",
Expand All @@ -35,10 +35,11 @@
"silverstripe/graphql": "6.0.x-dev",
"silverstripe/subsites": "4.0.x-dev",
"silverstripe/blog": "5.0.x-dev",
"silverstripe/crontask": "4.0.x-dev"
"silverstripe/crontask": "4.0.x-dev",
"silverstripe/framework": "dev-pulls/6.0/getcmsvalidator as 6.0.9999999.9999999-dev"
},
"require-dev": {
"silverstripe/frameworktest": "^2",
"silverstripe/frameworktest": "dev-pulls/2/getcmsvalidator as 3.0.0.0-dev",
"silverstripe/graphql-devtools": "2.x-dev",
"silverstripe/recipe-testing": "^4",
"silverstripe/webauthn-authenticator": "6.x-dev",
Expand All @@ -54,6 +55,9 @@
]
},
"config": {
"platform": {
"php": "8.3"
},
"process-timeout": 600,
"allow-plugins": {
"composer/installers": true,
Expand All @@ -62,5 +66,23 @@
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}
"minimum-stability": "dev",
"repositories": {
"silverstripe/framework": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-framework.git"
},
"silverstripe/frameworktest": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-frameworktest.git"
},
"silverstripe/userforms": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-userforms.git"
},
"symbiote/silverstripe-advancedworkflow": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-advancedworkflow.git"
}
}
}
Loading

0 comments on commit 3a897b2

Please sign in to comment.