We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156ae99 commit 4a0eb52Copy full SHA for 4a0eb52
repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselinePharo..st
@@ -52,7 +52,7 @@ baselinePharo: spec
52
group: 'Slime Tests' with: #('Grease-Tests-Slime') ].
53
54
spec
55
- for: #(#'pharo10.x' #'pharo11.x')
+ for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x')
56
do: [
57
58
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo100-Core') ];
@@ -67,4 +67,4 @@ baselinePharo: spec
67
68
69
group: 'Slime' with: #('Grease-Pharo90-Slime');
70
- group: 'Slime Tests' with: #('Grease-Tests-Slime') ]
+ group: 'Slime Tests' with: #('Grease-Tests-Slime') ]
0 commit comments