Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5388665
Move GRDelegatingStream>>greaseNext:putAll:startingAt: to Grease-Core…
Aug 19, 2024
a6dc3de
Remove gemstone-specific override of GRDelegatingStream>>greaseNext:p…
Aug 19, 2024
5e8378a
Correct method argument naming
Jan 2, 2025
8f04339
Expanded the testcase for secureHashFor: to also cover (any) bytearra…
Jan 2, 2025
38b9f56
Merge pull request #182 from SeasideSt/secureHash-test
jbrichau Jan 2, 2025
8f4151f
Fix CI
Apr 21, 2025
cb7887f
Include Pharo 14 in the experimental tests, set Pharo 13 to standard …
Jun 23, 2025
e2927c2
Include Pharo14 in the baselineOf
Jun 23, 2025
1ca1ae0
increment point version number
Jun 23, 2025
d259247
remove Squeak 5.3 from build
Jun 23, 2025
613596b
Camp 2025 Squeak fixes round 1
marschall Jun 29, 2025
6e62ecb
Merge pull request #185 from marschall/squeak-fixes-camp-2025-1
marschall Jul 9, 2025
9b3e2fe
Camp 2025 Squeak fixes round 2
marschall Jul 10, 2025
3841b25
Delete old Squeak code
marschall Jul 10, 2025
bb712dd
Fixup
marschall Jul 10, 2025
88c9fd5
Fixup 2
marschall Jul 10, 2025
93871a5
revert Squeak filetree artefact changes
Jul 13, 2025
77f66fb
Merge pull request #188 from marschall/squeak-fixes-camp-2025-2
jbrichau Jul 13, 2025
c5d7068
Grease version 1.19.0
Jul 13, 2025
a1954f8
sourcecodestring retrieval across dialects (#189)
jbrichau Jul 24, 2025
e03e7dc
Pointing to current URLs and fixing typo
Sep 12, 2025
bdda8ae
Merge pull request #191 from tukanos/UrlAndTypo
jbrichau Sep 19, 2025
803ca9d
List all platforms grease can be run on
Sep 19, 2025
e135a2c
Merge pull request #192 from tukanos/updateReadmeWithPlatforms
jbrichau Sep 26, 2025
2d98f90
Adding platform identification
Sep 5, 2025
da4f617
1.19.1
jbrichau Nov 18, 2025
82db1db
Merge branch 'master' into gsdevkit-merge
jbrichau Nov 29, 2025
c204e9d
Merge pull request #190 from tukanos/platformIdentification
jbrichau Nov 29, 2025
af91b2b
Merge branch 'master' into gsdevkit-merge
jbrichau Dec 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove Squeak 5.3 from build
  • Loading branch information
Johan Brichau committed Jun 23, 2025
commit d2592473b4b815ed48e57846292cc3098aca82b3
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ jobs:
strategy:
fail-fast: false
matrix:
smalltalk: [ Pharo64-13, Pharo64-12, Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, GemStone64-3.7.1, GemStone64-3.6.8, GemStone64-3.5.8, Squeak64-5.3 ]
smalltalk: [ Pharo64-13, Pharo64-12, Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, GemStone64-3.7.1, GemStone64-3.6.8, GemStone64-3.5.8, Squeak64-6.0 ]
experimental: [ false ]
include:
- smalltalk: Pharo64-14
experimental: true
- smalltalk: Squeak64-6.0
experimental: true
continue-on-error: ${{ matrix.experimental }}
name: ${{ matrix.smalltalk }}
steps:
Expand Down