Skip to content

Commit

Permalink
Update Julia versions in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Jan 23, 2024
1 parent a15e37f commit 49c3030
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@ jobs:
- "1.6" # LTS (64-bit Linux)
- "1.7"
- "1.8"
- '1.9' # latest stable Julia release (Linux)
- "1.9"
- '1' # latest stable Julia release (Linux)
os:
- ubuntu-latest
arch:
- x64
include: # additional tests [Julia-nightly] (Linux)
- os: ubuntu-latest
version: 'nightly'
arch: x64
allow_failure: true

steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 49c3030

Please sign in to comment.