Skip to content

Commit

Permalink
Test package on multiple Julia versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iSoron committed Jan 6, 2021
1 parent 4098057 commit 7d91ac2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Build & Test
on:
- push
- pull_request
Expand All @@ -8,8 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
version:
- '1.3'
version: ['1.3', '1.4', '1.5', 'nightly']
os:
- ubuntu-latest
arch:
Expand All @@ -20,5 +19,5 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1

2 comments on commit 7d91ac2

@iSoron
Copy link
Member Author

@iSoron iSoron commented on 7d91ac2 Jan 6, 2021

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

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

Please sign in to comment.