Skip to content

Commit c101ac4

Browse files
committed
chore: test on Julia 1.12 with JET 0.10
1 parent 0e02dc1 commit c101ac4

3 files changed

Lines changed: 18 additions & 8 deletions

File tree

.github/workflows/Test.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ jobs:
2525
actions: write
2626
contents: read
2727
strategy:
28-
fail-fast: true # TODO: toggle
28+
fail-fast: false # TODO: toggle
2929
matrix:
3030
version:
31-
- "1.10"
31+
- "lts"
3232
- "1"
33+
- "pre"
3334
group:
3435
- Core/Internals
3536
- Back/DifferentiateWith
@@ -53,9 +54,13 @@ jobs:
5354
- Down/Lux
5455
skip_lts:
5556
- ${{ github.event.pull_request.draft }}
57+
skip_pre:
58+
- ${{ github.event.pull_request.draft }}
5659
exclude:
5760
- skip_lts: true
58-
version: "1.10"
61+
version: "lts"
62+
- skip_pre: true
63+
version: "pre"
5964
- version: "1"
6065
group: Back/ChainRules
6166
env:
@@ -97,21 +102,26 @@ jobs:
97102
actions: write
98103
contents: read
99104
strategy:
100-
fail-fast: true
105+
fail-fast: false
101106
matrix:
102107
version:
103-
- "1.10"
108+
- "lts"
104109
- "1"
110+
- "pre"
105111
group:
106112
- Formalities
107113
- Zero
108114
- Standard
109115
- Weird
110116
skip_lts:
111117
- ${{ github.event.pull_request.draft }}
118+
skip_pre:
119+
- ${{ github.event.pull_request.draft }}
112120
exclude:
113121
- skip_lts: true
114-
version: "1.10"
122+
version: "lts"
123+
- skip_pre: true
124+
version: "pre"
115125
env:
116126
JULIA_DIT_TEST_GROUP: ${{ matrix.group }}
117127
JULIA_DI_PR_DRAFT: ${{ github.event.pull_request.draft }}

DifferentiationInterface/test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ComponentArrays = "0.15.27"
2323
DataFrames = "1.7.0"
2424
Dates = "1"
2525
ExplicitImports = "1.10.1"
26-
JET = "0.9"
26+
JET = "0.9,0.10"
2727
JLArrays = "0.2.0"
2828
Pkg = "1"
2929
Random = "1"

DifferentiationInterfaceTest/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ FiniteDifferences = "0.12"
5454
Flux = "0.16"
5555
ForwardDiff = "0.10.36,1"
5656
Functors = "0.4, 0.5"
57-
JET = "0.4 - 0.8, 0.9"
57+
JET = "0.9,0.10"
5858
JLArrays = "0.1, 0.2"
5959
LinearAlgebra = "1"
6060
Lux = "1.1.0"

0 commit comments

Comments
 (0)