Skip to content

Commit 4786885

Browse files
committed
Fixed ci.yml
1 parent 5c779a5 commit 4786885

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
julia-version: ['1.9','1.10,'nightly']
10+
julia-version: ['1.9','1.10','nightly']
1111
julia-arch: [x64]
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ __pycache__/*
44
scratch.jl
55
docs/build/
66
.vscode/settings.json
7+
Manifest.toml

0 commit comments

Comments
 (0)