Skip to content

Commit 78647bb

Browse files
authored
Update julia to v11 (#39) (#40)
* Update julia to v11. Gets rid of perf files * Update CI.yml
1 parent ed015ba commit 78647bb

File tree

151 files changed

+3
-9083836
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+3
-9083836
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
version:
53+
- "lts"
5354
- "1"
5455
- "pre"
5556
os:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
99

1010
[compat]
1111
Dictionaries = "0.4"
12-
TestItemRunner = "0.2, 1"
13-
TestItems = "0.1, 1"
12+
TestItemRunner = "1"
13+
TestItems = "1"
1414
julia = "1.10"
1515

1616
[extras]

perf/Project.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)