Skip to content

Commit 7cf756b

Browse files
Merge pull request #12 from JuliaDiff/ChrisRackauckas-patch-1
Allow Polyester v0.7
2 parents 1a7480d + 5d3c116 commit 7cf756b

File tree

3 files changed

+2
-73
lines changed

3 files changed

+2
-73
lines changed

.github/workflows/CI-julia-nightly.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
version:
14-
- '1.6'
1514
- '1'
1615
- '~1.10.0-0'
1716
os:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
99

1010
[compat]
1111
ForwardDiff = "0.10"
12-
Polyester = "0.5, 0.6, 0.7"
13-
julia = "1.6"
12+
Polyester = "0.7"
13+
julia = "1.9"
1414

1515
[extras]
1616
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)