diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5eb9f2ab..52d41025 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,12 +19,13 @@ jobs: - '1.7' - '1.8' - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. + - 'pre' os: [ubuntu-latest] arch: [x64] allow_failure: [false] steps: - uses: actions/checkout@v2 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }}