Skip to content

Commit

Permalink
build docs on 1.8, run CI on 1.8 and a single 1.9 job (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
visr authored Feb 3, 2023
1 parent fe71133 commit 1185d4e
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 88 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ jobs:
fail-fast: false
matrix:
version:
- "~1.9.0-0"
- "1.8"
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
include:
- os: ubuntu-latest
version: "~1.9.0-0"
arch: x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
version:
- "~1.9.0-0" # make sure to keep this in sync with _quarto.yml
- "1.8" # make sure to keep this in sync with _quarto.yml
arch:
- x64
steps:
Expand Down
Loading

0 comments on commit 1185d4e

Please sign in to comment.