diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c0539a5..9be7959 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,8 +18,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' - - '1.7' + - '1.8' - '1' - 'nightly' os: diff --git a/Project.toml b/Project.toml index 8198950..5fd9b6a 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ ProfileSVG = "132c30aa-f267-4189-9183-c8a63c7e05e6" StatProfilerHTML = "a8a75453-ed82-57c9-9e16-4cd1196ecbf5" [compat] -julia = "1.6" +julia = "1.8" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"