Skip to content

Commit

Permalink
Merge pull request #18 from matsueushi/ci
Browse files Browse the repository at this point in the history
ci
  • Loading branch information
matsueushi authored Jul 15, 2023
2 parents db9b919 + 5929c92 commit e1df2b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: false
matrix:
version:
- "1.2"
- "1" # Latest Release
- "nightly"
os:
- ubuntu-latest
- macOS-latest
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1.4
- uses: julia-actions/setup-julia@v1
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
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 = "StructMapping"
uuid = "7c3b921d-20d6-4eba-ad57-605525e86ab2"
authors = ["matsueushi <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

[compat]
julia = "1.2"

2 comments on commit e1df2b4

@matsueushi
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/87522

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.3 -m "<description of version>" e1df2b4d751eadde7bc7e59e3ca7326f5819dd4f
git push origin v0.2.3

Please sign in to comment.