From 4b69d7dc58799b08e9384e2e949647391b3dabb0 Mon Sep 17 00:00:00 2001 From: Jakob Asslaender Date: Tue, 2 Jan 2024 09:08:41 -0500 Subject: [PATCH] sync CI julia versions w/ compat versions (1.9 and 1) --- .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 e1dd0e55..8de003e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - '1.9' - '1' - 'nightly' os: