Skip to content

Commit d48bf80

Browse files
author
Drew Dolgert
authored
Merge pull request #38 from adolgert/feature/version170
added 1.7 to the compatibility matrix
2 parents 69dd3b0 + 6120785 commit d48bf80

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- '1.4'
1616
- '1.5'
1717
- '1.6'
18+
- '1.7'
1819
os:
1920
- ubuntu-latest
2021
arch:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "UnitTestDesign"
22
uuid = "239896fa-e45a-40e8-9993-3c434b0bc450"
33
authors = ["Andrew Dolgert <adolgert@uw.edu>"]
4-
version = "0.2.0"
4+
version = "0.3.0"
55

66
[deps]
77
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"

0 commit comments

Comments
 (0)