From a6235d41a8416bc6c213a684f37810456002f066 Mon Sep 17 00:00:00 2001 From: Taylor McDonnell Date: Tue, 26 Oct 2021 12:38:53 -0600 Subject: [PATCH] check for version compatability --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f0c304a..4d6e074 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - julia-version: ['1.5'] + julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5'] julia-arch: [x64] os: [ubuntu-latest]