Skip to content

Commit 868e355

Browse files
authored
Merge pull request #381 from control-toolbox/380-general-update-ci
update ci
2 parents d92048b + 224de74 commit 868e355

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,7 @@ on:
66
- main
77
tags: '*'
88
pull_request:
9-
9+
1010
jobs:
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

test/Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
55
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
66
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
7-
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
87
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
98

109
[compat]
1110
Aqua = "0.8"
1211
Documenter = "1"
1312
HTTP = "1"
14-
JET = "0.9"
13+
JET = "0.9, 0.10, 0.11"
1514
JSON = "1"
16-
JuliaFormatter = "2"
1715
Test = "1"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using CTBase
22
using Test
33
using Aqua
44
using JET
5-
using JuliaFormatter
5+
#using JuliaFormatter
66
using Documenter
77
using HTTP
88
using JSON

0 commit comments

Comments
 (0)