Skip to content

Commit

Permalink
CI: Test with Julia 1.6 again
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jul 20, 2023
1 parent 98a21e7 commit b3497e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- arch: "x86"
os: "ubuntu-latest"
version: "1.9"
- arch: "x64"
os: "ubuntu-latest"
version: "1.6"
- arch: "x64"
os: "ubuntu-latest"
version: "1.7"
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
ComputedFieldTypes = "1.0.0"
FastTransforms = "0.13.6, 0.15.0"
FastTransforms = "0.13.1, 0.15.0"
StaticArrays = "1.1.1"
julia = "1.7"
julia = "1.6"

0 comments on commit b3497e5

Please sign in to comment.