We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7648b commit 03e30f9Copy full SHA for 03e30f9
1 file changed
repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselinePharo..st
@@ -29,7 +29,7 @@ baselinePharo: spec
29
package: 'Grease-Pharo60-Core' with: [ spec requires: #('Grease-Core') ] ].
30
31
spec
32
- for: #(#'pharo7.x' #'pharo8.x')
+ for: #(#'pharo7.x' #'pharo8.x' #'pharo9.x')
33
do: [ spec
34
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo70-Core') ];
35
package: 'Grease-Tests-Core'
0 commit comments