Skip to content

Commit

Permalink
Test on pre-release versions (#191)
Browse files Browse the repository at this point in the history
* Test on pre-release versions

* bump setup julia version
  • Loading branch information
jishnub authored Aug 27, 2024
1 parent 00af40f commit 83860f6
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 @@ -37,6 +37,7 @@ jobs:
matrix:
version:
- '1.10'
- 'pre'
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -45,7 +46,7 @@ jobs:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/setup-julia@v2.2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 83860f6

Please sign in to comment.