diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c8ffb3..0d96698 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: version: - - '1.9' + - '1.10' - '1' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index c77da6c..6c4e30e 100644 --- a/Project.toml +++ b/Project.toml @@ -43,4 +43,4 @@ SpecialFunctions = "2" StaticArrays = "^1.6" Transducers = "^0.4" UnicodePlots = "^3.6" -julia = "1.9" +julia = "1.10"