Skip to content

Commit 02c44b7

Browse files
committed
reduce CI matrix to only test oldest and newest supported Python/Ruby versions
1 parent 0c86245 commit 02c44b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
ruby: [ 'jruby-9.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0' ]
12-
python: [ '3.5', '3.6', '3.7', '3.8', '3.9' ]
11+
ruby: [ 'jruby-9.2', '2.3', '3.0' ]
12+
python: [ '3.5', '3.9' ]
1313
platform: [ ubuntu-latest, macos-latest, windows-latest ]
1414
runs-on: ${{ matrix.platform }}
1515
steps:

0 commit comments

Comments
 (0)