X Tutup
Skip to content

Commit 0de8337

Browse files
author
Johan Brichau
committed
Do not load latest Grease on Pharo7
1 parent 33db6e4 commit 0de8337

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.smalltalk.ston

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ SmalltalkCISpec {
77
#useLatestMetacello : true,
88
#platforms : [ #squeak ]
99
},
10+
SCIMetacelloLoadSpec {
11+
#baseline : 'Grease',
12+
#directory : 'repository',
13+
#load : [ 'Tests' ],
14+
#platforms : [ #pharo7.x ]
15+
},
1016
SCIMetacelloLoadSpec {
1117
#baseline : 'Grease',
1218
#directory : 'repository',
1319
#load : [ 'Tests' ],
1420
#useLatestMetacello : true,
15-
#platforms : [ #pharo ]
21+
#platforms : [ #pharo3.x, #pharo4.x, #pharo5.x, #pharo6.x]
1622
},
1723
SCIMetacelloLoadSpec {
1824
#baseline : 'Grease',

0 commit comments

Comments
 (0)
X Tutup