Skip to content

Commit

Permalink
Removed the deprecated test configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Apr 14, 2021
1 parent 6df50d8 commit 11973e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
name: macos
name: coverage

on: [push, pull_request]

jobs:
build:
runs-on: macos-latest
strategy:
matrix:
ruby: [ '3.0', 2.7, 2.6, ruby-head ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
ruby-version: '3.0'
- name: Install dependencies
run: gem install minitest
- name: Run test
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/windows.yml

This file was deleted.

0 comments on commit 11973e8

Please sign in to comment.