Skip to content

Commit 9b62bb5

Browse files
committed
Fix for JOSS review (docs and tests)
1 parent 07d0ffa commit 9b62bb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ jobs:
2424
matrix:
2525
version:
2626
- '1.10'
27+
- '1.11'
2728
os:
2829
- ubuntu-latest
2930
arch:
3031
- x64
3132
steps:
32-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v5
3334
- uses: julia-actions/setup-julia@v2
3435
with:
3536
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)