Skip to content

Commit 43a6e47

Browse files
authored
chore: bump version (#702)
* chore: bump version * Skip LTS on draft
1 parent 3a891d7 commit 43a6e47

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/Test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
skip_lts:
5555
- ${{ github.event.pull_request.draft }}
5656
exclude:
57-
# - skip_lts: true
58-
# version: "1.10"
57+
- skip_lts: true
58+
version: "1.10"
5959
- version: "1"
6060
group: Back/ChainRules
6161
env:
@@ -104,9 +104,9 @@ jobs:
104104
- Weird
105105
skip_lts:
106106
- ${{ github.event.pull_request.draft }}
107-
# exclude:
108-
# - skip_lts: true
109-
# version: "1.10"
107+
exclude:
108+
- skip_lts: true
109+
version: "1.10"
110110
env:
111111
JULIA_DIT_TEST_GROUP: ${{ matrix.group }}
112112
steps:

DifferentiationInterface/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DifferentiationInterface"
22
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
33
authors = ["Guillaume Dalle", "Adrian Hill"]
4-
version = "0.6.32"
4+
version = "0.6.33"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

0 commit comments

Comments
 (0)