Skip to content

Commit

Permalink
[CI] test prerelease (#350)
Browse files Browse the repository at this point in the history
* test lts and pre-release

* bump setup-julia action

* remove lts tests
  • Loading branch information
Moelf authored Oct 7, 2024
1 parent 0679f73 commit 2ce49dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
- '1.7'
- '1.8'
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- 'pre'
os: [ubuntu-latest]
arch: [x64]
allow_failure: [false]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 2ce49dd

Please sign in to comment.