X Tutup
Skip to content

Commit 388672e

Browse files
author
Johan Brichau
committed
only use latest metacello in squeak (for now) because cannot make a difference between pharo7 and previous versions
1 parent c185cb2 commit 388672e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.smalltalk.ston

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ SmalltalkCISpec {
55
#directory : 'repository',
66
#load : [ 'Tests' ],
77
#useLatestMetacello : true,
8-
#platforms : [ #squeak, #'pharo3.x', #'pharo4.x', #'pharo5.x', #'pharo6.x' ]
8+
#platforms : [ #squeak ]
99
},
1010
SCIMetacelloLoadSpec {
1111
#baseline : 'Grease',
1212
#directory : 'repository',
1313
#load : [ 'Tests' ],
14-
#platforms : [ #'pharo7.x' ]
14+
#platforms : [ #pharo ]
1515
},
1616
SCIMetacelloLoadSpec {
1717
#baseline : 'Grease',

0 commit comments

Comments
 (0)
X Tutup