Skip to content

Commit

Permalink
add pharo13 platform attributes to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jul 10, 2024
1 parent c0ff928 commit 7428d57
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ baselines
baselinegettext: spec

spec
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x' #'gemstone')
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x' #'gemstone')
do: [
spec
package: 'Seaside-Gettext-Core'
Expand All @@ -18,8 +18,9 @@ baselinegettext: spec
group: 'Gettext-Examples'
with: #('Seaside-Gettext' 'Seaside-Gettext-Examples');
group: 'Tests' with: #('Seaside-Tests-Gettext-Core' 'Gettext-Examples') ].

spec
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x')
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x')
do: [
spec
package: 'Seaside-Pharo-Gettext-Core';
Expand All @@ -29,13 +30,11 @@ baselinegettext: spec
with: [ spec requires: 'Seaside-Pharo-Gettext-Core' ].
spec
group: 'Tests' with: #('Seaside-Tests-Pharo-Gettext') ].

spec
for: #(#'gemstone')
do: [
spec
package: 'Seaside-GemStone-Gettext-Core';
"package: 'Seaside-GemStone-Gettext-Examples';"
package: 'Seaside-Gettext-Core'
with: [ spec includes: #('Seaside-GemStone-Gettext-Core') ]";
package: 'Seaside-Gettext-Examples'
with: [ spec includes: #('Seaside-GemStone-Gettext-Examples') ]" ]
with: [ spec includes: #('Seaside-GemStone-Gettext-Core') ] ]
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ baselinepharo: spec
package: 'Seaside-Pharo-Tools-Spec2' with: [ spec requires: #('Seaside-Tools-Core') ] ].

spec
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x')
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x')
do: [ spec
package: 'Seaside-Tools-Core' with: [ spec includes: #('Seaside-Pharo100-Tools-Spec2') ];
package: 'Seaside-Pharo100-Tools-Spec2' with: [ spec requires: #('Seaside-Tools-Core') ] ]
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ baselinerest: spec
].

spec
for: #('pharo9.x' 'pharo10.x' 'pharo11.x' 'pharo12.x')
for: #('pharo9.x' 'pharo10.x' 'pharo11.x' 'pharo12.x' 'pharo13.x')
do:[
spec
package: 'Seaside-Pharo90-REST-Core';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ baselineslime: spec
group: 'Development Tests' with: #('Seaside-Tests-Slime') ].

spec
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x')
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x')
do: [
spec
package: 'Seaside-Pharo110-Slime' with: [ spec requires: #('Grease Slime') ];
Expand Down

0 comments on commit 7428d57

Please sign in to comment.