Skip to content

Commit

Permalink
Update UnitTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Nov 6, 2024
1 parent 1d8aa1c commit 5d4c2cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.6', '1']
julia-version: ['1']
os: [ubuntu-latest, windows-latest]
arch: [x64]
include:
Expand All @@ -27,6 +27,9 @@ jobs:
- os: ubuntu-latest
julia-version: '1'
arch: x86
- os: ubuntu-latest
julia-version: 'min'
arch: x64

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5d4c2cb

Please sign in to comment.