Skip to content

Commit 1a4bfd5

Browse files
committed
Add julia 1.8 in CI
1 parent ec2ae75 commit 1a4bfd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
version:
1313
- '1.6'
1414
- '1.7'
15+
- "^1.8.0-0"
1516
- 'nightly'
1617
os:
1718
- ubuntu-latest
@@ -58,7 +59,7 @@ jobs:
5859
- uses: actions/checkout@v2
5960
- uses: julia-actions/setup-julia@v1
6061
with:
61-
version: "1.7"
62+
version: "1"
6263
- run: |
6364
julia --project=docs -e '
6465
using Pkg

0 commit comments

Comments
 (0)