Skip to content

Commit

Permalink
ci(Tests): remove the exclude block for the test matrix
Browse files Browse the repository at this point in the history
Since we don't test with Julia 1.6 anyways, remove the exclude block.
Note: this was initially left in while the workflow was standardised to
maintain status quo (with the previous version of the workflow).
  • Loading branch information
thazhemadam committed Apr 23, 2024
1 parent 76b4a98 commit 8770a61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
- version: '1'
arch: x64
coverage: true
exclude: # test 32bit only with Julia 1 but not LTS
- version: '1.6'
arch: x86
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
group: ${{ matrix.group }}
Expand Down

0 comments on commit 8770a61

Please sign in to comment.