Skip to content

Commit 3fdfbd7

Browse files
committed
drop clang7-10
1 parent 0f8dddc commit 3fdfbd7

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

.github/workflows/testsuite.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,6 @@ jobs:
77
- uses: actions/checkout@v2
88
- run: make tests
99
- run: make cpp_tests
10-
testsuite-clang7:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v2
14-
- run: sudo apt install clang-7
15-
- run: make tests
16-
- run: make cpp_tests
17-
testsuite-clang8:
18-
runs-on: ubuntu-latest
19-
steps:
20-
- uses: actions/checkout@v2
21-
- run: sudo apt install clang-8
22-
- run: make tests
23-
- run: make cpp_tests
24-
testsuite-clang9:
25-
runs-on: ubuntu-latest
26-
steps:
27-
- uses: actions/checkout@v2
28-
- run: sudo apt install clang-9
29-
- run: make tests
30-
- run: make cpp_tests
31-
testsuite-clang10:
32-
runs-on: ubuntu-latest
33-
steps:
34-
- uses: actions/checkout@v2
35-
- run: sudo apt install clang-10
36-
- run: make tests
37-
- run: make cpp_tests
3810
testsuite-clang11:
3911
runs-on: ubuntu-latest
4012
steps:

0 commit comments

Comments
 (0)