Skip to content

Commit

Permalink
New release (#42)
Browse files Browse the repository at this point in the history
* Auto sciml format with JuliaFormatter (#34)

* Update CIs (#35)

* Update compat helper

* Update compat helper 2

* Update tag bot

* Add format (and format yml files

* Add a spell check action

* Update CI to include format

* Update CI to include format 2

* Fix a typo from the new github action

* Update CI

* Adds Aqua.jl

* Fix Aqua errors (but 2 to broken tests)

* Fix format

* Update sciml badge (#37)

* Version Patch to update doc

* Update CI 1/? (#41)
  • Loading branch information
Azzaare authored Jul 10, 2024
1 parent ed57742 commit 8c00be2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
fail-fast: false
matrix:
version:
- "1.6"
- "1" # automatically expands to the latest stable 1.x release of Julia
- nightly
- "lts"
- "1"
- "pre"
os:
- ubuntu-latest
arch:
Expand All @@ -71,7 +71,7 @@ jobs:
version: 1
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PatternFolds"
uuid = "c18a7f1d-76ad-4ce4-950d-5419b888513b"
authors = ["Jean-Francois Baffier"]
version = "0.2.4"
version = "0.2.5"

[deps]
Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5"
Expand All @@ -15,8 +15,8 @@ TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
Intervals = "1"
Lazy = "0.15"
Reexport = "1"
TestItemRunner = "0.2"
TestItems = "0.1"
TestItemRunner = "0.2, 1"
TestItems = "0.1, 1"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 8c00be2

Please sign in to comment.