From 28abaae3ae8ad73add89daf0a43cb4488a281b13 Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Tue, 28 May 2024 13:52:47 +0200 Subject: [PATCH] Add Julia 1.3 to the CI Since this is the earliest version we officially support. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4561fb3..86bfff5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,9 @@ jobs: - os: ubuntu-latest arch: x64 version: '1.6' + - os: ubuntu-latest + arch: x64 + version: '1.3' steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2