From ac404edbcf974d6d68926d1deae7665a3309aeac Mon Sep 17 00:00:00 2001 From: Jakob Nybo Nissen Date: Mon, 16 Oct 2023 13:44:51 +0200 Subject: [PATCH] Run CI on Julia 1.5 We accidentally didn't run CI on Julia 1.5 before. --- .github/workflows/UnitTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/UnitTests.yml b/.github/workflows/UnitTests.yml index d7f79f22..4909733e 100644 --- a/.github/workflows/UnitTests.yml +++ b/.github/workflows/UnitTests.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: julia-version: - - '1.6' # LTS, and `BioSequences` minimally requires Julia v1.6 for `sum` with keyword init. + - '1.5' # Minimally supported version of Julia - '1' julia-arch: [x86] os: [ubuntu-latest, windows-latest, macOS-latest]