Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 1, 2024
1 parent 9e254b3 commit 675bf61
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 159 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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
# such as recipe-form-building
dynamic_matrix: true
dynamic_matrix: false
# Also include jobs with the lowest version of PHP with --prefer-lowest and
# the highest version of PHP to ensure everything installs
# Run recipe-cms testsuite because that's the most likely to have weird conflicts e.g. graphql
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"silverstripe/frameworktest": "2.x-dev",
"silverstripe/graphql-devtools": "2.x-dev",
"silverstripe/recipe-testing": "^4",
"silverstripe/webauthn-authenticator": "6.x-dev",
"silverstripe/webauthn-authenticator": "dev-pulls/6/php84 as 6.x-dev",
"mikey179/vfsstream": "^1.6.10",
"silverstripe/admin": "dev-pulls/3/php84 as 3.x-dev",
"silverstripe/asset-admin": "dev-pulls/3/php84 as 3.x-dev",
Expand Down Expand Up @@ -166,6 +166,10 @@
"x22": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-fluent"
},
"x23": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-webauthn-authenticator"
}
},
"conflict": {
Expand Down
Loading

0 comments on commit 675bf61

Please sign in to comment.