Skip to content

Commit

Permalink
Merge pull request #56 from JuliaConstraints/dev
Browse files Browse the repository at this point in the history
CI update
  • Loading branch information
Azzaare authored Oct 11, 2024
2 parents 67c8ebd + 11ba77a commit 2aed705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
fail-fast: false
matrix:
version:
- "1.8"
- "lts" # automatically expands to the latest LTS release of Julia
- "1" # automatically expands to the latest stable 1.x release of Julia
- "pre"
- "pre" # automatically expands to the latest pre-release of Julia
os:
- ubuntu-latest
arch:
Expand Down
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ DataFrames = "1"
Dictionaries = "0.4"
MacroTools = "0.5"
PrettyTables = "2"
TestItemRunner = "0.2, 1"
TestItems = "0.1, 1"
julia = "1.8"
TestItems = "1"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit 2aed705

Please sign in to comment.