Skip to content

Commit

Permalink
NO MERGE: CI run only
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jul 8, 2024
1 parent 3b5cd28 commit 5a9a884
Show file tree
Hide file tree
Showing 3 changed files with 15,067 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
44 changes: 38 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"silverstripe/recipe-reporting-tools": "3.x-dev",
"silverstripe/recipe-services": "3.x-dev",
"silverstripe/recipe-content-blocks": "4.x-dev",
"silverstripe/auditor": "4.x-dev",
"silverstripe/auditor": "dev-pulls/4/strict-typing-factory as 4.x-dev",
"silverstripe/developer-docs": "6.x-dev",
"silverstripe/environmentcheck": "4.x-dev",
"silverstripe/environmentcheck": "dev-pulls/4/strict-typing-factory as 4.x-dev",
"silverstripe/hybridsessions": "4.x-dev",
"silverstripe/registry": "4.x-dev",
"silverstripe/totp-authenticator": "6.x-dev",
Expand All @@ -36,9 +36,12 @@
"symbiote/silverstripe-gridfieldextensions": "5.x-dev",
"symbiote/silverstripe-queuedjobs": "6.x-dev",
"colymba/gridfield-bulk-editing-tools": "5.x-dev",
"tractorcow/silverstripe-fluent": "8.x-dev",
"tractorcow/silverstripe-fluent": "dev-pulls/8/strict-typing-factory as 8.x-dev",
"silverstripe/dynamodb": "6.x-dev",
"silverstripe/linkfield": "5.x-dev"
"silverstripe/linkfield": "5.x-dev",
"silverstripe/framework": "dev-pulls/6/in-memory-cache as 6.9999999.9999999.9999999-dev",
"silverstripe/assets": "dev-pulls/3/strict-typing-factory as 3.9999999.9999999.9999999-dev",
"silverstripe/versioned": "dev-pulls/3/strict-typing-factory as 3.9999999.9999999.9999999-dev"
},
"require-dev": {
"silverstripe/frameworktest": "^2",
Expand All @@ -56,6 +59,9 @@
]
},
"config": {
"platform": {
"php": "8.1"
},
"process-timeout": 600,
"allow-plugins": {
"composer/installers": true,
Expand All @@ -64,5 +70,31 @@
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}
"minimum-stability": "dev",
"repositories": {
"silverstripe/framework": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-framework.git"
},
"silverstripe/assets": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-assets.git"
},
"silverstripe/versioned": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-versioned.git"
},
"silverstripe/auditor": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-auditor.git"
},
"silverstripe/environmentcheck": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-environmentcheck.git"
},
"tractorcow/silverstripe-fluent": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-fluent.git"
}
}
}
Loading

0 comments on commit 5a9a884

Please sign in to comment.