X Tutup
Skip to content

Commit 44bda62

Browse files
author
Johan Brichau
committed
include pharo10
1 parent d8b8221 commit 44bda62

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
@@ -45,7 +45,7 @@ baselinePharo: spec
4545
group: 'Slime Tests' with: #('Grease-Tests-Slime') ].
4646

4747
spec
48-
for: #'pharo9.x'
48+
for: #(#'pharo9.x' #'pharo10.x')
4949
do: [
5050
spec
5151
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo90-Core') ];

0 commit comments

Comments
 (0)
X Tutup