X Tutup
Skip to content

Commit 4a0eb52

Browse files
authored
Update baselinePharo.st with Pharo 12
1 parent 156ae99 commit 4a0eb52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ baselinePharo: spec
5252
group: 'Slime Tests' with: #('Grease-Tests-Slime') ].
5353

5454
spec
55-
for: #(#'pharo10.x' #'pharo11.x')
55+
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x')
5656
do: [
5757
spec
5858
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo100-Core') ];
@@ -67,4 +67,4 @@ baselinePharo: spec
6767

6868
spec
6969
group: 'Slime' with: #('Grease-Pharo90-Slime');
70-
group: 'Slime Tests' with: #('Grease-Tests-Slime') ]
70+
group: 'Slime Tests' with: #('Grease-Tests-Slime') ]

0 commit comments

Comments
 (0)
X Tutup