Skip to content

Commit 949e7e0

Browse files
authored
Merge pull request #80 from JuliaConstraints/dev
CI update for new julia lts
2 parents d27980c + 0e644af commit 949e7e0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
version:
53+
- "lts" # automatically expands to the latest LTS release of Julia
5354
- "1" # automatically expands to the latest stable 1.x release of Julia
54-
- "pre"
55+
- "pre" # automatically expands to the latest pre-release of Julia
5556
os:
5657
- ubuntu-latest
5758
arch:

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Distances = "0.10"
2222
JuliaFormatter = "1"
2323
OrderedCollections = "1"
2424
Random = "1"
25-
TestItems = "0.1, 1"
25+
TestItems = "1"
2626
Unrolled = "0.1"
2727
julia = "1.10"
2828

0 commit comments

Comments
 (0)