File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ permissions:
1212
1313jobs :
1414 test :
15- name : Julia ${{ matrix.version }} - package tests
1615 runs-on : ubuntu-latest
1716 strategy :
1817 fail-fast : false
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
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
Original file line number Diff line number Diff line change @@ -21,4 +21,19 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2121URIs = " 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"
2438URIs = " 1"
39+ julia = " 1"
You can’t perform that action at this time.
0 commit comments