From 6753f7380f883107b84719997d48f0526d0dbbc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Kr=C3=B6ger?= Date: Sat, 4 Dec 2021 11:25:19 +0100 Subject: [PATCH] test always the latest v1.x julia version currently 1.7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a6cda6a..544116eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: matrix: version: - '1.2' - - '1.5' + - '1' os: - ubuntu-latest - macOS-latest