diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index edcabb8..c0a0847 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: version: - - '1.7' + - 'lts' - '1' os: - ubuntu-latest diff --git a/.gitignore b/.gitignore index 29126e4..4d3d00e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,12 @@ -# Files generated by invoking Julia with --code-coverage -*.jl.cov *.jl.*.cov - -# Files generated by invoking Julia with --track-allocation +*.jl.cov *.jl.mem - -# System-specific files and directories generated by the BinaryProvider and BinDeps packages -# They contain absolute paths specific to the host computer, and so should not be committed -deps/deps.jl -deps/build.log -deps/downloads/ -deps/usr/ -deps/src/ - -# Build artifacts for creating documentation generated by the Documenter package -docs/build/ -docs/site/ - -# File generated by Pkg, the package manager, based on a corresponding Project.toml -# It records a fixed state of all packages used by the project. As such, it should not be -# committed for packages, but should be committed for applications that require a static -# environment. +*.rej +.DS_Store +.benchmarkci Manifest.toml +benchmark/*.json +coverage +docs/build/ +env +node_modules diff --git a/Project.toml b/Project.toml index 12c7382..18bbfed 100644 --- a/Project.toml +++ b/Project.toml @@ -11,10 +11,14 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" [compat] -Aqua = "0.7" +Aqua = "0.8" BasicModelInterface = "0.1" DSP = "0.7" -julia = "1.7" +Random = "1" +Statistics = "1" +TOML = "1" +Test = "1" +julia = "1.10" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"