Skip to content

Commit

Permalink
add pre to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aplavin committed Jul 2, 2024
1 parent 270e78f commit 0669974
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
version:
- 1.6 # LTS
- 1
- 'pre'
- 'nightly'
os:
- ubuntu-latest
Expand All @@ -21,7 +22,7 @@ jobs:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 0669974

Please sign in to comment.