Skip to content

Commit

Permalink
fix CI julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
islent committed Jan 15, 2022
1 parent f4bf72a commit f208fd0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
version:
- '1.3.0'
- '1.7.1'
os:
- ubuntu-latest
- macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.6.0]
julia-version: [1.7.1]
julia-arch: [x64]
os: [ubuntu-latest]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelperManual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: "contains(github.event.head_commit.message, '[compat]')"
strategy:
matrix:
julia-version: [1.6.0]
julia-version: [1.7.1]
julia-arch: [x64]
os: [ubuntu-latest]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ManuallyBuildDoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: julia-actions/setup-julia@latest
with:
version: '1.6.0'
version: '1.7.1'
- run: julia --project=docs -e '
using Pkg;
Pkg.add("Documenter");
Expand Down

2 comments on commit f208fd0

@islent
Copy link
Member Author

@islent islent commented on f208fd0 Jan 15, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Support Float32 (only setup)
  • Dict setproperty
  • rm timings

@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/52440

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.1.3 -m "<description of version>" f208fd0eed38540ab296cd2c216f54d256e901ba
git push origin v0.1.3

Please sign in to comment.