Skip to content

Commit 8be98c2

Browse files
committed
Bump lts
1 parent a91b29d commit 8be98c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
version: ['1.6', '1'] # Test against LTS and current minor release
14+
version: ['1.10', '1'] # Test against LTS and current minor release
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
1616
arch: [x64]
1717
steps:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1111
Chuffed_jll = "77125aae-c893-5498-99e3-e30470bfa328"
1212

1313
[compat]
14-
julia = "1.6"
14+
julia = "1.10"
1515
MathOptInterface = "1"
1616
ConstraintProgrammingExtensions = "0.7"
1717
Chuffed_jll = "=0.10.4"

0 commit comments

Comments
 (0)