Skip to content

Commit ba1d005

Browse files
authored
Update CI now that 1.6 has been released (#38)
1 parent 46ce401 commit ba1d005

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

+2-3
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Git"
22
uuid = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
33
authors = ["Dilum Aluthge", "contributors"]
4-
version = "1.2.0"
4+
version = "1.2.1"
55

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

0 commit comments

Comments
 (0)