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 a414ee3 commit fdd8c85Copy full SHA for fdd8c85
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
version:
17
- - '1.6'
+ - '1.8'
18
- '1'
19
- 'nightly'
20
os:
@@ -32,9 +32,6 @@ jobs:
32
- os: macos-14
33
arch: aarch64
34
version: '1'
35
- exclude:
36
- - os: ubuntu-latest
37
- version: 1.6
38
steps:
39
- uses: actions/checkout@v2
40
- uses: julia-actions/setup-julia@latest
Project.toml
@@ -19,7 +19,7 @@ CxxWrap = "0.17"
MacroTools = "0.5"
Observables = "0.5"
21
jlqml_jll = "0.7.0"
22
-julia = "1.6"
+julia = "1.8"
23
24
[weakdeps]
25
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
0 commit comments