Skip to content

Commit caf0c80

Browse files
authored
Update ci.yml (#1010)
test julia v1.9
1 parent c1950ce commit caf0c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
version:
2121
- '1.8'
22-
- '~1.9.0-0'
22+
- '1.9'
2323
- 'nightly'
2424
os:
2525
- ubuntu-latest
@@ -83,7 +83,7 @@ jobs:
8383
- name: Setup julia
8484
uses: julia-actions/setup-julia@v1
8585
with:
86-
version: 1.8
86+
version: 1.9
8787
arch: x64
8888

8989
- name: Build Docs

0 commit comments

Comments
 (0)