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]