Skip to content

Commit c574fe0

Browse files
authored
Test on Julia 1.8 instead of 1.7 (#62)
1 parent 9512aa8 commit c574fe0

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
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
version:
2424
- '1.6'
25-
- '1.7'
25+
- '1.8'
2626
os:
2727
- ubuntu-latest
2828
- windows-latest
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v2
5151
- uses: julia-actions/setup-julia@v1
5252
with:
53-
version: '1.7'
53+
version: '1.8'
5454
- uses: julia-actions/cache@v1
5555
- uses: julia-actions/julia-buildpkg@v1
5656
- run: julia --project=docs -e '

0 commit comments

Comments
 (0)