We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a467d86 commit eef515dCopy full SHA for eef515d
repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st
@@ -97,7 +97,7 @@ baselineGemStone: spec
97
with: [ spec includes: 'Grease-Tests-GemStone-Core' ] ].
98
99
spec
100
- for: #( #'gs3.5.4.x' #'gs3.5.5.x' #'gs3.5.6.x' #'gs3.5.7.x' )
+ for: #( #'gs3.5.4.x' #'gs3.5.5.x' #'gs3.5.6.x' #'gs3.5.7.x' #'gs3.5.8.x' #'gs3.5.9.x' )
101
do: [
102
103
package: 'Grease-GemStone-Core'
@@ -133,4 +133,4 @@ baselineGemStone: spec
133
package: 'Grease-Tests-GemStone32-Core'
134
with:[ spec requires: 'Grease-Tests-Core' ];
135
package: 'Grease-Tests-Core'
136
- with: [ spec includes: 'Grease-Tests-GemStone32-Core' ] ]
+ with: [ spec includes: 'Grease-Tests-GemStone32-Core' ] ]
0 commit comments