Commit 1662fc4 1 parent ecc6cb3 commit 1662fc4 Copy full SHA for 1662fc4
File tree 3 files changed +12505
-3
lines changed
3 files changed +12505
-3
lines changed Original file line number Diff line number Diff line change 10
10
name : CI
11
11
uses : silverstripe/gha-ci/.github/workflows/ci.yml@v1
12
12
with :
13
+ composer_install : true
13
14
# Use simple_matrix to limit the number of created jobs
14
15
# phpunit.xml.dist has a large number of testsuites, all of which are tested with
15
16
# multiple versions of php + databases in both the modules themselves and other recipes
Original file line number Diff line number Diff line change 35
35
"silverstripe/graphql" : " 6.0.x-dev" ,
36
36
"silverstripe/subsites" : " 4.0.x-dev" ,
37
37
"silverstripe/blog" : " 5.0.x-dev" ,
38
- "silverstripe/crontask" : " 4.0.x-dev"
38
+ "silverstripe/crontask" : " 4.0.x-dev" ,
39
+ "silverstripe/cms" : " dev-pulls/6.0/refactor-sitetree-filter as 6.0.9999999.9999999-dev" ,
40
+ "silverstripe/framework" : " dev-pulls/6.0/refactor-sitetree-filter as 6.0.9999999.9999999-dev" ,
41
+ "silverstripe/admin" : " dev-pulls/3.0/searchfilter as 3.0.9999999.9999999-dev"
39
42
},
40
43
"require-dev" : {
41
44
"silverstripe/frameworktest" : " ^2" ,
54
57
]
55
58
},
56
59
"config" : {
60
+ "platform" : {
61
+ "php" : " 8.3"
62
+ },
57
63
"process-timeout" : 600 ,
58
64
"allow-plugins" : {
59
65
"composer/installers" : true ,
62
68
}
63
69
},
64
70
"prefer-stable" : true ,
65
- "minimum-stability" : " dev"
66
- }
71
+ "minimum-stability" : " dev" ,
72
+ "repositories" : {
73
+ "silverstripe/cms" : {
74
+ "type" : " vcs" ,
75
+ "url" : " git@github.com:creative-commoners/silverstripe-cms.git"
76
+ },
77
+ "silverstripe/framework" : {
78
+ "type" : " vcs" ,
79
+ "url" : " git@github.com:creative-commoners/silverstripe-framework.git"
80
+ },
81
+ "silverstripe/admin" : {
82
+ "type" : " vcs" ,
83
+ "url" : " git@github.com:creative-commoners/silverstripe-admin.git"
84
+ }
85
+ }
86
+ }
You can’t perform that action at this time.
0 commit comments