Skip to content

Commit

Permalink
Update to ConstraintProgrammingExtensions v0.7 (#10)
Browse files Browse the repository at this point in the history
* Update to ConstraintProgrammingExtensions v0.7

* Bump lts

* Use explicit lts

* Revert "Use explicit lts"

This reverts commit cd69b01.
  • Loading branch information
blegat authored Oct 9, 2024
1 parent 232d578 commit a0d9629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .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.6', '1'] # Test against LTS and current minor release
version: ['1.10', '1'] # Test against LTS and current minor release
os: [ubuntu-latest, macOS-latest, windows-latest]
arch: [x64]
steps:
Expand All @@ -30,13 +30,6 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- name: CPE
shell: julia --project=@. {0}
run: |
using Pkg
Pkg.add([
PackageSpec(name="ConstraintProgrammingExtensions", rev="master"),
])
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Chuffed_jll = "77125aae-c893-5498-99e3-e30470bfa328"

[compat]
julia = "1.6"
julia = "1.10"
MathOptInterface = "1"
ConstraintProgrammingExtensions = "0.7"
Chuffed_jll = "=0.10.4"

0 comments on commit a0d9629

Please sign in to comment.