Skip to content

Commit

Permalink
Add pharo 12 to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jul 18, 2023
1 parent d307075 commit 6737653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baselines
baselinegettext: spec
spec
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'gemstone')
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x' #'gemstone')
do: [
spec
package: 'Seaside-Gettext-Core'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ baselinepharo: spec
package: 'Seaside-Pharo-Tools-Spec2' with: [ spec requires: #('Seaside-Tools-Core') ] ].

spec
for: #(#'pharo10.x' #'pharo11.x')
for: #(#'pharo10.x' #'pharo11.x' #'pharo12.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') ] ]

0 comments on commit 6737653

Please sign in to comment.