Skip to content

Commit

Permalink
Updated CI to include prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
vfonov committed Aug 19, 2024
1 parent e79a409 commit 58d0e61
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,20 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.9'
- '1.10'
# - 'nightly' # CBindings is failing on nightly
- 'lts'
- '1'
- 'pre'
# - 'nightly' # CBindings is failing on nightly
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
# - run: |
# julia --project -e '
# using Pkg
# Pkg.add(url="https://github.com/vfonov/LIBMINC_jll.jl.git",rev="main")'
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1

0 comments on commit 58d0e61

Please sign in to comment.