Skip to content

Commit

Permalink
Test Julia v1.6 explicitly in CI (#548)
Browse files Browse the repository at this point in the history
* Test Julia v1.8 in CI

* Test 1.6 (instead of 1.8, which corresponds to `1`)
  • Loading branch information
lbenet authored Oct 25, 2022
1 parent 53bdcf3 commit 2d021b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1'
- 'nightly'
os:
Expand Down

2 comments on commit 2d021b4

@lucaferranti
Copy link
Member

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/71168

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.20.8 -m "<description of version>" 2d021b42330722eed7f1e8985895875a005c922a
git push origin v0.20.8

Please sign in to comment.