Skip to content

Commit

Permalink
Merge pull request #117 from HSU-ANT/mh/test-1.10
Browse files Browse the repository at this point in the history
Run CI against Julia v1.9 and v1.10
  • Loading branch information
martinholters authored May 8, 2024
2 parents af439d2 + b5731f7 commit 8c527bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.4', '1.5', '1.6', '1.7', '1.8', 'nightly']
julia-version: ['1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10', 'nightly']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macOS-latest
julia-version: '1.4'
- os: macOS-latest
julia-arch: x86
steps:
Expand Down

0 comments on commit 8c527bb

Please sign in to comment.