From b8741b9a138a21f3d266971db73dc8c73669f13f Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Mon, 9 Nov 2020 23:23:44 +0100 Subject: [PATCH] Update versioning to reflect recent update --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f90808..8fa80d5 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,7 @@ You can either specify specific Julia versions or version ranges. If you specify Internally the action uses node's semver package to resolve version ranges. Its [documentation](https://github.com/npm/node-semver#advanced-range-syntax) contains more details on the version range syntax. You can test what version will be selected for a given input in this JavaScript [REPL](https://repl.it/@SaschaMann/setup-julia-version-logic). -#### WARNING: Version ranges are experimental and potentially out of date - -Currently the list of available versions is hardcoded. You have to use the latest version of the action to be able to install the latest Julia versions. Once available we will use a list of versions provided on julialang.org. +The available Julia versions are pulled from [`versions.json`](https://julialang-s3.julialang.org/bin/versions.json). This file is automatically updated once a day. Therefore it may take up to 24 hours until a newly released Julia version is available in the action. ### Matrix Testing