Skip to content

Commit a99102e

Browse files
committed
test
1 parent 729ca4f commit a99102e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [windows-latest, macos-latest]
25-
julia-version: ['1.10', 'lts']
25+
julia-version: ['1.10','1.11','1.12', 'lts']
2626
arch:
2727
- x64
2828
steps:

Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ Statistics = "1"
3434

3535
[targets]
3636
test = ["Test", "FFTW", "AbstractFFTs"]
37+
38+
[workspace]
39+
projects = ["test", "docs"]

docs/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[deps]
2+
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

0 commit comments

Comments
 (0)