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 dcf76f6 commit 5de5cd0Copy full SHA for 5de5cd0
.github/workflows/ci.yml
@@ -10,8 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- - '1.5'
14
- - '^1.6.0-0'
+ - '1.6'
15
os:
16
- ubuntu-latest
17
- macOS-latest
Project.toml
@@ -29,7 +29,7 @@ ArrayLayouts = "0.7"
29
BandedMatrices = "0.16.5"
30
BlockArrays = "0.15"
31
BlockBandedMatrices = "0.10"
32
-ContinuumArrays = "0.7.6"
+ContinuumArrays = "0.8"
33
DomainSets = "0.4, 0.5"
34
FFTW = "1.1"
35
FastGaussQuadrature = "0.4.3"
0 commit comments