Skip to content

Commit

Permalink
ci on Julia v1.7 (#446)
Browse files Browse the repository at this point in the history
* just run on the latest 1.x version of Julia
  • Loading branch information
Wikunia authored Dec 4, 2021
1 parent 5593d52 commit bc65d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
version:
- '1.5'
- '1.6'
- '1'
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- run: sudo apt-get install xvfb && Xvfb :99 &
- uses: julia-actions/setup-julia@v1
with:
version: '1.6'
version: '1'
- run: |
julia --project=docs -e '
using Pkg
Expand Down

0 comments on commit bc65d7a

Please sign in to comment.