Skip to content

Commit

Permalink
don't test on 1.0, because we need 1.3 for SCIP_jll to work
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed Dec 3, 2020
1 parent d3ebbce commit e0c969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.0', '1'] # Test against LTS and current minor release
version: ['1'] # Test against current minor release (at least 1.3)
os: [ubuntu-latest, macOS-latest, windows-latest]
arch: [x64]
steps:
Expand Down

0 comments on commit e0c969a

Please sign in to comment.