.github/workflows/ci.yml in render_editorjs-0.1.1 vs .github/workflows/ci.yml in render_editorjs-0.1.2
- old
+ new
@@ -10,11 +10,11 @@
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
- ruby: [2.5, 2.6, 2.7, 3.0, head, debug, truffleruby, truffleruby-head ] # jruby and jruby-head fails due nokogiri
- continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
+ ruby: [2.5, 2.6, 2.7, 3.0, head]
+ continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: