Skip to content

Commit

Permalink
Run CI on Julia v1.10 (#142)
Browse files Browse the repository at this point in the history
* run CI on Julia v1.10

* also test v1.9 on Ubuntu
  • Loading branch information
JoshuaLampert authored Aug 18, 2024
1 parent c06ebfb commit 2d6a6b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,17 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
- '1.10'
os:
- ubuntu-latest
- macos-latest
- windows-latest
arch:
- x64
include:
- version: '1.9'
os: ubuntu-latest
arch: x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 2d6a6b8

Please sign in to comment.