Skip to content

Commit

Permalink
Update image list.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Sep 23, 2023
1 parent 22da80b commit c68ce19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ public final class SqueakLanguageConfig {
public static final String WEBSITE = "https://github.com/hpi-swa/trufflesqueak";

public static final String[][] SUPPORTED_IMAGES = {
{"TruffleSqueak image (23.0.1) (recommended)", "https://github.com/hpi-swa/trufflesqueak/releases/download/23.0.1/TruffleSqueakImage-23.0.1.zip"},
{"TruffleSqueak image (23.1.0) (recommended)", "https://github.com/hpi-swa/trufflesqueak/releases/download/23.1.0/TruffleSqueakImage-23.1.0.zip"},
{"Squeak/Smalltalk (6.0-22104)", "https://files.squeak.org/6.0/Squeak6.0-22104-64bit/Squeak6.0-22104-64bit.zip"},
{"TruffleSqueak test image (6.0alpha-20228b)", "https://github.com/hpi-swa/trufflesqueak/releases/download/21.1.0/TruffleSqueakTestImage-6.0alpha-20228b-64bit.zip"},
{"TruffleSqueak test image (6.0-22104)", "https://github.com/hpi-swa/trufflesqueak/releases/download/22.3.0/TruffleSqueakTestImage-6.0-22104-64bit.zip"},
{"Cuis-Smalltalk test image (6.0-5053)", "https://github.com/hpi-swa/trufflesqueak/releases/download/21.3.0/CuisTestImage-6.0-5053.zip"}};

private SqueakLanguageConfig() {
Expand Down

0 comments on commit c68ce19

Please sign in to comment.