.github/workflows/ruby.yml in bootstrap_form-5.3.2 vs .github/workflows/ruby.yml in bootstrap_form-5.4.0

- old
+ new

@@ -29,11 +29,11 @@ Test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: - ruby-version: [ '3.2', '3.1', '3.0' ] - gemfile: [ '7.0', '6.1', 'edge' ] + ruby-version: [ '3.2', '3.1', '3.0', 'ruby-head' ] + gemfile: [ '7.1', '7.0', '6.1', 'edge' ] env: BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile steps: - uses: actions/checkout@v3 - name: Set up Ruby