Skip to content

Commit 1e4eb3a

Browse files
committed
Bump to 0.1.1 and ensure we test on Julia 1.6 LTS
Also fix CI to not run on every push, but only PRs + master/tags
1 parent d13911a commit 1e4eb3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.5'
13+
- '1.6'
1414
- '1'
1515
- 'nightly'
1616
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ResourceContexts"
22
uuid = "8d208092-d35c-4dd3-a0d7-8325f9cce6b4"
33
authors = ["Chris Foster <chris42f@gmail.com> and contributors"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"

0 commit comments

Comments
 (0)