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 committed Jan 29, 2025
1 parent 97455e9 commit 1fc7cd2
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@v2
Expand Down

0 comments on commit 1fc7cd2

Please sign in to comment.