Skip to content

Commit 2aed705

Browse files
authored
Merge pull request #56 from JuliaConstraints/dev
CI update
2 parents 67c8ebd + 11ba77a commit 2aed705

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
version:
53-
- "1.8"
53+
- "lts" # automatically expands to the latest LTS release of Julia
5454
- "1" # automatically expands to the latest stable 1.x release of Julia
55-
- "pre"
55+
- "pre" # automatically expands to the latest pre-release of Julia
5656
os:
5757
- ubuntu-latest
5858
arch:

Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ DataFrames = "1"
2121
Dictionaries = "0.4"
2222
MacroTools = "0.5"
2323
PrettyTables = "2"
24-
TestItemRunner = "0.2, 1"
25-
TestItems = "0.1, 1"
26-
julia = "1.8"
24+
TestItems = "1"
25+
julia = "1.10"
2726

2827
[extras]
2928
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)