diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e31d95c..faac151 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -50,9 +50,9 @@ jobs: fail-fast: false matrix: version: - - "1.8" + - "lts" # automatically expands to the latest LTS release of Julia - "1" # automatically expands to the latest stable 1.x release of Julia - - "pre" + - "pre" # automatically expands to the latest pre-release of Julia os: - ubuntu-latest arch: diff --git a/Project.toml b/Project.toml index a9f2213..2fd61ec 100644 --- a/Project.toml +++ b/Project.toml @@ -10,9 +10,8 @@ TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe" [compat] ConstraintDomains = "0.3" -TestItemRunner = "0.2, 1" -TestItems = "0.1, 1" -julia = "1.8" +TestItems = "1" +julia = "1.10" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"