Skip to content

Commit

Permalink
Merge pull request #181 from aplavin/ci
Browse files Browse the repository at this point in the history
maintenance: test on LTS in CI, bump version
  • Loading branch information
jw3126 authored Dec 5, 2024
2 parents 30811d8 + de59425 commit 3424708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
fail-fast: false
matrix:
version:
- 1.6 # LTS
- 1
- '1.6'
- 'lts'
- '1'
- 'pre'
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Accessors"
uuid = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
authors = ["Takafumi Arakaki <[email protected]>", "Jan Weidner <[email protected]> and contributors"]
version = "0.1.38"
version = "0.1.39"

[deps]
CompositionsBase = "a33af91c-f02d-484b-be07-31d278c5ca2b"
Expand Down

0 comments on commit 3424708

Please sign in to comment.