Skip to content

Commit

Permalink
NO MERGE - CI only
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jul 22, 2024
1 parent 3b5cd28 commit 94e8bf8
Show file tree
Hide file tree
Showing 3 changed files with 14,978 additions and 3 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
21 changes: 18 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"colymba/gridfield-bulk-editing-tools": "5.x-dev",
"tractorcow/silverstripe-fluent": "8.x-dev",
"silverstripe/dynamodb": "6.x-dev",
"silverstripe/linkfield": "5.x-dev"
"silverstripe/linkfield": "5.x-dev",
"silverstripe/assets": "dev-pulls/3/intervention-3 as 3.9999999.9999999.9999999-dev",
"silverstripe/asset-admin": "dev-pulls/3/remove-animation-for-thumbnails as 3.9999999.9999999.9999999-dev"
},
"require-dev": {
"silverstripe/frameworktest": "^2",
Expand All @@ -56,6 +58,9 @@
]
},
"config": {
"platform": {
"php": "8.1"
},
"process-timeout": 600,
"allow-plugins": {
"composer/installers": true,
Expand All @@ -64,5 +69,15 @@
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}
"minimum-stability": "dev",
"repositories": {
"silverstripe/assets": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-assets.git"
},
"silverstripe/asset-admin": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-asset-admin.git"
}
}
}
Loading

0 comments on commit 94e8bf8

Please sign in to comment.