.github/workflows/ruby.yml in procon_bypass_man-0.3.11 vs .github/workflows/ruby.yml in procon_bypass_man-0.3.12

- old
+ new

@@ -14,21 +14,18 @@ test: runs-on: ubuntu-latest timeout-minutes: 5 strategy: matrix: - ruby-version: ['3.0', '3.1', '3.2'] + ruby-version: ['3.0', '3.1', '3.2', '3.3.0'] steps: - uses: actions/checkout@v3 - name: Set up Ruby - # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, - # change this to (see https://github.com/ruby/setup-ruby#versioning): - # uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - bundler-cache: true # runs 'bundle install' and caches installed gems automatically + bundler-cache: true - name: Run tests run: |- bundle exec rake bundle exec steep check