We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecabbdf commit 9e9ca02Copy full SHA for 9e9ca02
.github/workflows/CI.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
version:
14
- - '1'
+ - '1.9'
15
os:
16
- ubuntu-latest
17
threads:
Project.toml
@@ -10,7 +10,7 @@ Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
10
[compat]
ForwardDiff = "0.10"
Polyester = "0.7"
-julia = "1.6"
+julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments