Skip to content

Commit

Permalink
Merge pull request #8 from biaslab/dev-test-julia-1.10
Browse files Browse the repository at this point in the history
Use Julia 1.10 for testing
  • Loading branch information
bvdmitri authored Jan 9, 2024
2 parents 85cf55b + 5598e33 commit b73ded1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
- '1.10'
os:
- ubuntu-latest
arch:
Expand All @@ -40,14 +40,15 @@ jobs:
docs:
name: Documentation
runs-on: ubuntu-latest
needs: test
permissions:
contents: write
statuses: write
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.10'
- name: Configure doc environment
run: |
julia --project=docs/ -e '
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
/Manifest.toml
/docs/Manifest.toml
/docs/build/

.idea
.vscode
.venv

0 comments on commit b73ded1

Please sign in to comment.