Skip to content

Commit

Permalink
Test on pre releases instead of nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack authored Jan 29, 2025
1 parent 6bbdad1 commit b587d9b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,24 @@ jobs:
fail-fast: false
matrix:
include:
- version: 'nightly'
- version: 'pre'
os: ubuntu-latest
arch: x64
- version: '1'
os: ubuntu-latest
arch: x64
- version: '1.6'
os: ubuntu-latest
arch: x64
- version: '1'
os: windows-latest
arch: x64
- version: '1'
os: macos-latest
arch: x64
- version: 'lts'
os: ubuntu-latest
arch: x64
- version: 'min'
os: ubuntu-latest
arch: x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit b587d9b

Please sign in to comment.