Skip to content

Commit 18ef38f

Browse files
Update ci.yml
1 parent 51a35ed commit 18ef38f

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
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
version:
11-
- '1.5'
11+
- '1.9'
1212
os:
1313
- ubuntu-latest
1414
arch:
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v2
4343
- uses: julia-actions/setup-julia@v1
4444
with:
45-
version: '1.5'
45+
version: '1.9'
4646
- run: |
4747
julia --project=docs -e '
4848
using Pkg

0 commit comments

Comments
 (0)