diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96e03ea0..631aef35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,11 +15,9 @@ jobs: fail-fast: false matrix: version: - - '1.6' - - '1.8' - - '1.9' - '1.10' - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. + - 'pre' os: - ubuntu-latest arch: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5f87a918..56b69f5a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@latest with: - version: '1.6' + version: '1.10' - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - name: Build and deploy