Skip to content

Commit ff2a543

Browse files
committed
remove 1.11 testing
1 parent 0018d19 commit ff2a543

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,14 @@ jobs:
2727

2828
matrix:
2929
runner:
30-
# Current stable version
31-
- version: '1'
32-
os: ubuntu-latest
33-
num_threads: 2
3430
# Minimum supported version
3531
- version: 'min'
3632
os: ubuntu-latest
3733
num_threads: 2
38-
# Single-threaded
39-
- version: '1'
40-
os: ubuntu-latest
41-
num_threads: 1
4234
# Minimum supported version, single-threaded
4335
- version: 'min'
4436
os: ubuntu-latest
4537
num_threads: 1
46-
# Windows
47-
- version: '1'
48-
os: windows-latest
49-
num_threads: 2
50-
# macOS
51-
- version: '1'
52-
os: macos-latest
53-
num_threads: 2
5438
test_group:
5539
- Group1
5640
- Group2

0 commit comments

Comments
 (0)