Skip to content

Commit

Permalink
Add Julia 1.8 to CI matrix (#44)
Browse files Browse the repository at this point in the history
* Add Julia 1.8 to CI matrix
* Bump version
  • Loading branch information
sdobber authored Aug 29, 2022
1 parent bba74bc commit bd6c70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
version:
- '1.6'
- '1.7'
- '1.8'
- 'nightly'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FluxArchitectures"
uuid = "53d20848-f986-4c56-957e-0e417ec068db"
authors = ["Sören Dobberschütz <[email protected]> and contributors"]
version = "0.2.1"
version = "0.2.2"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand Down

2 comments on commit bd6c70a

@sdobber
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/67273

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.2 -m "<description of version>" bd6c70af401533a390c268d60423926ad064bdb9
git push origin v0.2.2

Please sign in to comment.