We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7887f commit e2927c2Copy full SHA for e2927c2
1 file changed
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' #'pharo12.x' #'pharo13.x')
+ for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x' #'pharo14.x')
56
do: [
57
58
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo100-Core') ];
0 commit comments