diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ecf73c9..ad12dddd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: group: - All version: + - '1.9' - '1' steps: - uses: actions/checkout@v4 diff --git a/Project.toml b/Project.toml index 014f4be4..da8704d6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,13 +1,13 @@ name = "SymbolicIndexingInterface" uuid = "2efcf032-c050-4f8e-a9bb-153293bab1f5" authors = ["Aayush Sabharwal and contributors"] -version = "0.3.3" +version = "0.3.4" [compat] Aqua = "0.8" SafeTestsets = "0.0.1" Test = "1" -julia = "1.10" +julia = "1.9" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"