Skip to content

Commit

Permalink
Merge pull request #1437 from SeasideSt/gtoolkit
Browse files Browse the repository at this point in the history
Add Glamorous Toolkit
  • Loading branch information
jbrichau authored Jul 17, 2024
2 parents c21b141 + c0e63ad commit f681d92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
include:
- smalltalk: Pharo64-13
experimental: true
- smalltalk: GToolkit64-release
experimental: true
- smalltalk: Squeak64-6.0
experimental: true
- smalltalk: Squeak64-5.3
Expand Down
6 changes: 5 additions & 1 deletion scripts/preTestingPharo.st
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Deprecation activateTransformations: false.
Deprecation activateTransformations: false.
(Smalltalk hasClassNamed: 'GtImageSetup') ifTrue: [
{ Dictionary. OrderedDictionary. SequenceableCollection } do: [ :class |
(class includesSelector: #asJson) ifTrue: [
class removeSelector: #asJson ] ] ].

0 comments on commit f681d92

Please sign in to comment.