Skip to content

Commit e6e6777

Browse files
committed
CI: test on Julia 1.10
1 parent a5fbe1d commit e6e6777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
experimental: [false]
2222
version:
2323
- '1.8'
24-
- '1.9'
24+
- '1.10'
2525
os:
2626
- ubuntu-latest
2727
arch:
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v3
6161
- uses: julia-actions/setup-julia@latest
6262
with:
63-
version: '1.9'
63+
version: '1.10'
6464
- name: Install dependencies
6565
run: |
6666
julia --project=docs -e '

0 commit comments

Comments
 (0)