diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b743f60..9e1cda2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,10 +15,9 @@ jobs: fail-fast: false matrix: version: - - '1.6' - - '1.7' - - '1.8' - - '1.9' + - '1.10' + - '1.11' + - '1.12' os: - ubuntu-latest - macos-latest @@ -42,7 +41,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: - version: '1.9' + version: '1.12' - run: julia --color=yes -e 'using Pkg; Pkg.add("Documenter"); VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")' shell: bash env: @@ -63,7 +62,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: - version: '1.9' + version: '1.12' - run: julia --color=yes -e 'using Pkg; Pkg.add("Documenter"); VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")' shell: bash env: diff --git a/Project.toml b/Project.toml index 440cb89..3178099 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RustFFT" uuid = "b7f167ac-9de6-40dd-9818-ec636999de39" authors = ["Thomas van Doornmalen "] -version = "0.3.0" +version = "0.4.0" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -12,9 +12,9 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] AbstractFFTs = "1" -JlrsCore = "0.5" -julia = "1.6" -rustfft_jll = "0.4" +JlrsCore = "0.6" +julia = "1.10" +rustfft_jll = "0.5" Reexport = "0.2, 1.0" [extras]