Skip to content

Commit eaacb01

Browse files
authored
Add compat entries (#9)
1 parent 2166098 commit eaacb01

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ permissions:
1212

1313
jobs:
1414
test:
15-
name: Julia ${{ matrix.version }} - package tests
1615
runs-on: ubuntu-latest
1716
strategy:
1817
fail-fast: false
@@ -32,7 +31,6 @@ jobs:
3231
- uses: julia-actions/julia-runtest@v1
3332

3433
aqua:
35-
name: Julia ${{ matrix.version }} - Aqua tests
3634
runs-on: ubuntu-latest
3735
strategy:
3836
fail-fast: false
@@ -59,10 +57,9 @@ jobs:
5957
using Aqua
6058
using WebCacheUtilities
6159
62-
Aqua.test_all(WebCacheUtilities; stale_deps=false, deps_compat=false)
60+
Aqua.test_all(WebCacheUtilities; stale_deps=false)
6361
6462
explicit-imports:
65-
name: Julia ${{ matrix.version }} - ExplicitImports
6663
runs-on: ubuntu-latest
6764
strategy:
6865
fail-fast: false

Project.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,19 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2121
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
2222

2323
[compat]
24+
AbstractTrees = "0.4"
25+
CSV = "0.10"
26+
DataFrames = "1"
27+
Dates = "< 0.0.1, 1"
28+
DelimitedFiles = "< 0.0.1, 1"
29+
Gumbo = "0.8"
30+
HTTP = "1"
31+
JSON = "1"
32+
Measures = "0.3"
33+
Plots = "1"
34+
Revise = "3"
35+
Sockets = "< 0.0.1, 1"
36+
StatsPlots = "0.15"
37+
Test = "< 0.0.1, 1"
2438
URIs = "1"
39+
julia = "1"

0 commit comments

Comments
 (0)