diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index dbb231bc..77a73bf8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: - Core - ModelingToolkitSIExt version: - - '<1.10.3' + - '<1.10.3, >1.10.3' - '1.6' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index ce607bfe..01b29cd9 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest with: - version: '<1.10.3' + version: '<1.10.3, >1.10.3' - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - name: Build and deploy diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 28c41021..c9fdd7f9 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['<1.10.3'] + version: ['<1.10.3, >1.10.4'] steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 diff --git a/.github/workflows/Invalidations.yml b/.github/workflows/Invalidations.yml index 9fd5ca10..64566a7f 100644 --- a/.github/workflows/Invalidations.yml +++ b/.github/workflows/Invalidations.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: julia-actions/setup-julia@v2 with: - version: '<1.10.3' + version: '<1.10.3, >1.10.3' - uses: actions/checkout@v4 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-invalidations@v1 diff --git a/Project.toml b/Project.toml index dce82743..0eee38bd 100644 --- a/Project.toml +++ b/Project.toml @@ -53,7 +53,7 @@ Symbolics = "5.20" Test = "1.6, 1.7" TestSetExtensions = "2" TimerOutputs = "0.5" -julia = "<1.10.3" +julia = "<1.10.3, > 1.10.3" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"