diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b57218b..6a96c5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,7 @@ jobs: fail-fast: false matrix: version: + - 'min' - 'lts' - '1' - 'pre' @@ -51,7 +52,7 @@ jobs: - macOS-latest - windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} @@ -61,4 +62,4 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v5 with: - file: lcov.info + files: lcov.info diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 54f8db4..1a87eae 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -37,20 +37,20 @@ jobs: strategy: fail-fast: true matrix: - julia-version: [1, 1.6] + julia-version: [1, 'min'] os: [ubuntu-latest] package: - {repo: ApproxFun.jl, group: JuliaApproximation} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.julia-version }} arch: x64 - uses: julia-actions/julia-buildpkg@latest - name: Clone Downstream - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ matrix.package.group }}/${{ matrix.package.repo }} path: downstream diff --git a/Project.toml b/Project.toml index e743b8a..30e70e0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ApproxFunFourier" uuid = "59844689-9c9d-51bf-9583-5b794ec66d30" -version = "0.3.31" +version = "0.3.32" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -31,7 +31,7 @@ Reexport = "0.2, 1" SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2.0" StaticArrays = "1" Test = "1" -julia = "1.6" +julia = "1.10" [extras] ApproxFunOrthogonalPolynomials = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"