Skip to content

Commit

Permalink
Test a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-rainville committed Jul 25, 2024
1 parent 9e5b792 commit 4ced34b
Show file tree
Hide file tree
Showing 3 changed files with 15,669 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
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"colymba/gridfield-bulk-editing-tools": "4.0.x-dev",
"tractorcow/silverstripe-fluent": "7.1.x-dev",
"silverstripe/dynamodb": "5.0.x-dev",
"silverstripe/linkfield": "4.0.x-dev"
"silverstripe/linkfield": "4.0.x-dev",
"silverstripe/framework": "dev-pulls/5.2/sqlselect-from-alias as 5.2.x-dev"
},
"require-dev": {
"silverstripe/frameworktest": "^1",
Expand All @@ -67,5 +68,11 @@
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}
"minimum-stability": "dev",
"repositories": {
"silerstripe/framework": {
"type": "github",
"url": "git@github.com:archiprocode/silverstripe-framework.git"
}
}
}
Loading

0 comments on commit 4ced34b

Please sign in to comment.