Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit 1c5e176

Browse files
authored
Update CI now that 1.6 has been released (#59)
1 parent 58ed798 commit 1c5e176

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '^1.6.0-0' # delete this line once Julia 1.6 is released
19-
# - '1.6' # uncomment this line once Julia 1.6 is released
20-
# - '1' # uncomment this line once Julia 1.6 is released
18+
- '1.6'
19+
- '1'
2120
- 'nightly'
2221
os:
2322
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GitCommand"
22
uuid = "49b5b516-ca3f-4003-a081-42bdcf55082d"
33
authors = ["Dilum Aluthge", "Brown Center for Biomedical Informatics"]
4-
version = "3.0.0"
4+
version = "3.0.1"
55

66
[deps]
77
Git_jll = "f8c6e375-362e-5223-8a59-34ff63f689eb"

0 commit comments

Comments
 (0)