Skip to content

Commit 3424708

Browse files
authored
Merge pull request #181 from aplavin/ci
maintenance: test on LTS in CI, bump version
2 parents 30811d8 + de59425 commit 3424708

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- 1.6 # LTS
14-
- 1
13+
- '1.6'
14+
- 'lts'
15+
- '1'
1516
- 'pre'
1617
- 'nightly'
1718
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Accessors"
22
uuid = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
33
authors = ["Takafumi Arakaki <[email protected]>", "Jan Weidner <[email protected]> and contributors"]
4-
version = "0.1.38"
4+
version = "0.1.39"
55

66
[deps]
77
CompositionsBase = "a33af91c-f02d-484b-be07-31d278c5ca2b"

0 commit comments

Comments
 (0)