Skip to content

Commit ca45982

Browse files
authored
Lower compat bounds and downgrade tests
1 parent 2e67bf3 commit ca45982

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
with:
3131
version: ${{ matrix.version }}
3232
arch: ${{ matrix.arch }}
33+
- uses: julia-actions/julia-downgrade-compat@v1
34+
if: ${{ matrix.version == '1.10' }}
35+
with:
36+
skip: Pkg, TOML
3337
- uses: julia-actions/cache@v1
3438
- uses: julia-actions/julia-buildpkg@v1
3539
- uses: julia-actions/julia-runtest@v1

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ADTypesChainRulesCoreExt = "ChainRulesCore"
1414
ADTypesEnzymeCoreExt = "EnzymeCore"
1515

1616
[compat]
17-
ChainRulesCore = "1.23.0"
18-
EnzymeCore = "0.7.2"
17+
ChainRulesCore = "1.0.2"
18+
EnzymeCore = "0.5.3,0.6,0.7"
1919
julia = "1.10"
2020

2121
[extras]

0 commit comments

Comments
 (0)