X Tutup
Skip to content

Commit 03e30f9

Browse files
added Pharo 9 to baseline
1 parent 7b7648b commit 03e30f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselinePharo..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ baselinePharo: spec
2929
package: 'Grease-Pharo60-Core' with: [ spec requires: #('Grease-Core') ] ].
3030

3131
spec
32-
for: #(#'pharo7.x' #'pharo8.x')
32+
for: #(#'pharo7.x' #'pharo8.x' #'pharo9.x')
3333
do: [ spec
3434
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo70-Core') ];
3535
package: 'Grease-Tests-Core'

0 commit comments

Comments
 (0)
X Tutup