Skip to content

Commit 11973e8

Browse files
committed
Removed the deprecated test configurations
1 parent 6df50d8 commit 11973e8

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
name: macos
1+
name: coverage
22

33
on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: macos-latest
8-
strategy:
9-
matrix:
10-
ruby: [ '3.0', 2.7, 2.6, ruby-head ]
7+
runs-on: ubuntu-latest
118
steps:
129
- uses: actions/checkout@v2
1310
- uses: ruby/setup-ruby@v1
1411
with:
15-
ruby-version: ${{ matrix.ruby }}
12+
ruby-version: '3.0'
1613
- name: Install dependencies
1714
run: gem install minitest
1815
- name: Run test

.github/workflows/windows.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)