X Tutup
Skip to content

Commit 54d86d6

Browse files
author
Johan Brichau
committed
add Pharo 13 platform attributes to the baseline
1 parent 9b1712f commit 54d86d6

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

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

0 commit comments

Comments
 (0)
X Tutup