.github/workflows/ci.yml in asciidoctor-fb2-0.6.0 vs .github/workflows/ci.yml in asciidoctor-fb2-0.7.0

- old
+ new

@@ -14,10 +14,11 @@ - name: Lint run: bundle exec rake lint test: strategy: matrix: - ruby: ['jruby', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1'] + # Test oldest and newest supported versions + ruby: ['jruby-9.2', 'jruby-9.4', '2.5', '3.1'] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v3