From 23daf59ae8c06756d4ea66aa1b783b32838856cc Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Wed, 9 Nov 2022 11:20:37 +0100 Subject: [PATCH 1/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dd85c48..9490ab8 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ Observables = "0.5" Requires = "0.4.4, 0.5, 1.0.0" WebSockets = "1.5.0" Widgets = "0.6.2" -julia = "0.7, 1" +julia = "1.6" [extras] Blink = "ad839575-38b3-5650-b840-f874b8c74a25" From 5ca288707ebbb856d05f5527b2b75d78ea967da1 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Wed, 9 Nov 2022 11:21:12 +0100 Subject: [PATCH 2/2] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 02c37a0..faac48f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: version: - - '1.3' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. + - '1.6' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. - 'nightly' os: