From cea0575265939e8ce20eb19af1fe266644fa44df Mon Sep 17 00:00:00 2001 From: mike-neck Date: Wed, 22 Sep 2021 09:36:12 +0000 Subject: [PATCH] Update gradle/graalvm versions to the latest in 2021-09-22. --- .github/workflows/versions.yml | 6 +++--- script/data/graal-version.jsonl | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 32d5a97..481f2d5 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -15,12 +15,12 @@ jobs: strategy: matrix: version: + - "7.2" + - 7.1.1 - 7.0.2 - - "6.9" + - 6.9.1 - 6.8.3 - 6.7.1 - - 6.6.1 - - 6.5.1 steps: - name: Checkout uses: actions/checkout@v2 diff --git a/script/data/graal-version.jsonl b/script/data/graal-version.jsonl index c7e0441..343a285 100644 --- a/script/data/graal-version.jsonl +++ b/script/data/graal-version.jsonl @@ -1,3 +1,24 @@ +{ + "tag": "vm-21.2.0", + "date": "2020-02-26T17:43:51Z", + "name": "GraalVM Community Edition 21.2.0", + "version": "21.2.0", + "items": [ + "java11", + "java16", + "java8" + ] +} +{ + "tag": "vm-20.3.3", + "date": "2020-02-26T17:43:51Z", + "name": "GraalVM Community Edition 20.3.3", + "version": "20.3.3", + "items": [ + "java11", + "java8" + ] +} { "tag": "vm-19.3.6", "date": "2020-02-26T17:43:51Z",