Skip to content

Commit

Permalink
Update CI: test on LTS and pre-release build (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill authored Oct 1, 2024
1 parent 3d1f9b4 commit 9ce962f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'lts'
- '1'
- 'pre'
group:
- Core
- Benchmarks
- NLPModels
exclude:
- version: '1.6'
exclude: # TODO: remove once LTS is not 1.6
- version: 'lts'
group: NLPModels
- version: '1.6'
- version: 'lts'
group: Benchmarks
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9ce962f

Please sign in to comment.