Skip to content

Commit

Permalink
add pharo 13 to the baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jul 10, 2024
1 parent aa6a233 commit 2bb3e61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ baseline: spec
with: [ spec requires: #('Parasol-Core' 'Ston') ];
package: 'Parasol-Core' with: [ spec includes: #('Parasol-Pharo') ] ].
spec
for: #('pharo9.x' 'pharo10.x' 'pharo11.x' 'pharo12.x')
for: #('pharo9.x' 'pharo10.x' 'pharo11.x' 'pharo12.x' 'pharo13.x')
do: [
spec
package: 'Parasol-Pharo9'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
accessing
customProjectAttributes

^ (Smalltalk at: #'WAAdmin' ifAbsent: [ nil ])
ifNil: [ #(#'loadSeaside') ]
ifNotNil: [ #() ]
ifNil: [ #(#'loadSeaside') ]
ifNotNil: [ #() ]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #BaselineOfParasol!
self packageOrganizer ensurePackage: #BaselineOfParasol withTags: #()!

0 comments on commit 2bb3e61

Please sign in to comment.