Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniedie committed Feb 5, 2025
2 parents 199e16f + d74c1c8 commit 2cf3463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5'
- '1.6'
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- 'nightly'
os:
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://jonniedie.github.io/SimulationLogs.jl/stable

[github-img]: https://img.shields.io/github/workflow/status/jonniedie/SimulationLogs.jl/CI
[github-img]: https://img.shields.io/github/actions/workflow/status/jonniedie/SimulationLogs.jl/ci.yml?branch=main
[github-url]: https://github.com/jonniedie/SimulationLogs.jl/actions/workflows/CI

[codecov-img]: https://img.shields.io/codecov/c/github/jonniedie/SimulationLogs.jl
Expand Down

0 comments on commit 2cf3463

Please sign in to comment.