.github/workflows/test.yml in find-0.1.0 vs .github/workflows/test.yml in find-0.1.1
- old
+ new
@@ -5,14 +5,14 @@
jobs:
build:
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
- ruby: [ 2.7, 2.6, 2.5, head ]
+ ruby: [ '3.0', 2.7, 2.6, 2.5, head ]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@master
+ - uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies