Skip to content

Commit

Permalink
Test prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack authored May 27, 2024
1 parent b8fee00 commit 58e5986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
version:
- '1' # automatically expands to the latest stable 1.x release of Julia (currently 1.9.x)
- '~1.10.0-0'
# - 'nightly'
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -30,6 +29,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
include-all-prereleases: true
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
env:
Expand Down

0 comments on commit 58e5986

Please sign in to comment.