Skip to content

Commit

Permalink
try 1.6 again, but test other OSs as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
aviks committed Dec 25, 2022
1 parent ee4e34c commit 4d11835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.version == 'nightly' }}
continue-on-error: true
strategy:
matrix:
version:
- '1.8'
- '1.6'
- 'nightly'
os:
- ubuntu-latest
Expand Down

2 comments on commit 4d11835

@aviks
Copy link
Owner Author

@aviks aviks commented on 4d11835 Dec 25, 2022

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

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.3.0 -m "<description of version>" 4d11835bcb00e399f79ee2cf1b55360bebd99a28
git push origin v0.3.0

Please sign in to comment.