From 0fada3fb336df8ae8dd8d727a4c74c4df81f264c Mon Sep 17 00:00:00 2001 From: tmigot Date: Sat, 2 Mar 2024 17:22:23 -0500 Subject: [PATCH] Use Julia 1.6 in Cirrus (#18) --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 734795d..5712191 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ task: name: FreeBSD env: matrix: - - JULIA_VERSION: 1.3 + - JULIA_VERSION: 1.6 - JULIA_VERSION: 1 - JULIA_VERSION: nightly allow_failures: $JULIA_VERSION == 'nightly' @@ -13,4 +13,4 @@ task: build_script: - cirrusjl build test_script: - - cirrusjl test \ No newline at end of file + - cirrusjl test