Skip to content

Commit

Permalink
Start 24.0.2 release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jul 29, 2024
1 parent 408903a commit 5d7e050
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Set up Oracle GraalVM
uses: graalvm/setup-graalvm@v1
with:
java-version: ${{ env.JAVA_VERSION }}
java-version: '${{ env.JAVA_VERSION }}.0.2'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
if: ${{ matrix.type == 'native' }}
Expand Down
14 changes: 7 additions & 7 deletions mx.trufflesqueak/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"mxversion": "7.0.3",
"versionConflictResolution": "latest",

"version": "24.0.0",
"version": "24.0.2",
"trufflesqueak:dependencyMap": {
"cuis_test_image": "CuisTestImage-6.0-5053.zip",
"cuis_test_image_tag": "21.3.0",
"test_image": "TruffleSqueakTestImage-6.0-22104-64bit.zip",
"test_image_tag": "22.3.0",
},

"release": True,
"release": False,
"groupId": "de.hpi.swa.trufflesqueak",
"url": "https://github.com/hpi-swa/trufflesqueak",

Expand All @@ -46,7 +46,7 @@
"suites": [{
"name": "truffle",
"subdir": True,
"version": "vm-24.0.0",
"version": "vm-24.0.2",
"urls": [{
"url": "https://github.com/oracle/graal",
"kind": "git"
Expand Down Expand Up @@ -120,20 +120,20 @@
},
},
"TRUFFLE-ENTERPRISE": {
"digest": "sha512:718973b01213647ac091376e9fb32d739f09c0f46a20f916505c10899a2f877414018b18e1b42706a49fa9672b0ee289b9b88b2b56ac8d4db727230eeeb75849",
"digest": "sha512:7be8671001f12fbed907092086c85923b67ab13f36ed420634d8d1477a4086649934b2f260915c9d2f7310acbe85b637fe854d5073f0db9a006184faec9b96bc",
"maven": {
"groupId": "org.graalvm.truffle",
"artifactId": "truffle-enterprise",
"version": "24.0.0",
"version": "24.0.2",
},
"useModulePath": True,
},
"SDK-NATIVEBRIDGE": {
"digest": "sha512:08719b2a6946f8db237fdf35badc7aae6942bc510f883bbc91818f3166f85b0a595656e644e7b1c2ad614f1d0f397a9e06e693ea057695ff1c29ea9b79d1ff75",
"digest": "sha512:8dbcd334eaaa9ddb057a60e90db54302cd94f44b22134fb426d8356cf71b94afc961593dc69ce332935bbb9244b9d4259dedf17abd1ce149e9ab77398cd5d650",
"maven": {
"groupId": "org.graalvm.sdk",
"artifactId": "nativebridge",
"version": "24.0.0",
"version": "24.0.2",
},
"useModulePath": True,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public final class SqueakLanguageConfig {
public static final String MIME_TYPE = "application/x-smalltalk";
public static final String NAME = "Squeak/Smalltalk";
public static final String ST_MIME_TYPE = "text/x-smalltalk";
public static final String VERSION = "24.0.0";
public static final String VERSION = "24.0.2-dev";
public static final String WEBSITE = "https://github.com/hpi-swa/trufflesqueak";

public static final String[][] SUPPORTED_IMAGES = {
Expand Down

0 comments on commit 5d7e050

Please sign in to comment.