File tree Expand file tree Collapse file tree 3 files changed +4
-19
lines changed
Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 66 - main
77 tags : ' *'
88 pull_request :
9-
9+
1010jobs :
1111 call :
12- strategy :
13- matrix :
14- version :
15- - ' 1.10'
16- - ' 1.11'
17- os :
18- - ubuntu-latest
19- arch :
20- - x64
21- uses : control-toolbox/CTActions/.github/workflows/ci.yml@main
22- with :
23- version : ${{ matrix.version }}
24- os : ${{ matrix.os }}
25- arch : ${{ matrix.arch }}
12+ uses : control-toolbox/CTActions/.github/workflows/ci.yml@main
Original file line number Diff line number Diff line change @@ -4,14 +4,12 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44HTTP = " cd3eb016-35fb-5094-929b-558a96fad6f3"
55JET = " c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
66JSON = " 682c06a0-de6a-54ab-a142-c8b1cf79cde6"
7- JuliaFormatter = " 98e50ef6-434e-11e9-1051-2b60c6c9e899"
87Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
98
109[compat ]
1110Aqua = " 0.8"
1211Documenter = " 1"
1312HTTP = " 1"
14- JET = " 0.9"
13+ JET = " 0.9, 0.10, 0.11 "
1514JSON = " 1"
16- JuliaFormatter = " 2"
1715Test = " 1"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ using CTBase
22using Test
33using Aqua
44using JET
5- using JuliaFormatter
5+ # using JuliaFormatter
66using Documenter
77using HTTP
88using JSON
You can’t perform that action at this time.
0 commit comments