.github/workflows/ruby.yml in ffi-hunspell-0.6.0 vs .github/workflows/ruby.yml in ffi-hunspell-0.6.1
- old
+ new
@@ -1,12 +1,8 @@
name: CI
-on:
- push:
- branches: [ master ]
- pull_request:
- branches: ['**']
+on: [ push, pull_request ]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
@@ -15,9 +11,10 @@
ruby:
- 2.4
- 2.5
- 2.6
- 2.7
+ - 3.0
- jruby
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby