Skip to content

Commit 7f77c6c

Browse files
committed
Updated tyo Julia 1.9 in CI
1 parent 85f75a6 commit 7f77c6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.6'
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.6'
45+
version: '1.9'
4646
- run: |
4747
julia --project=docs -e '
4848
using Pkg

.github/workflows/ci_extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
version:
14-
- '1.6'
14+
- '1.9'
1515
os:
1616
- ubuntu-latest
1717
arch:

0 commit comments

Comments
 (0)