Skip to content

Commit 8022e6c

Browse files
committed
Remove 1.0 tests from CI
1 parent 6001229 commit 8022e6c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- "1.0" # LTS
1918
- "1" # Latest Release
2019
os:
2120
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ authors = ["Invenia Technical Computing Corporation"]
44
version = "0.1.1"
55

66
[compat]
7-
Compat = "2.1.0"
87
Documenter = "0.23, 0.24"
98
julia = "1"
109

1110
[extras]
12-
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
1311
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
1412
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1513
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
1614

1715
[targets]
18-
test = ["Compat", "Documenter", "Test", "YAML"]
16+
test = ["Documenter", "Test", "YAML"]

0 commit comments

Comments
 (0)