Sha256: d39ad31c418a6e8ed9cbbd80bc6af52b8f6d2e01f8340537395905dfeb9d9d90
Contents?: true
Size: 661 Bytes
Versions: 2
Compression:
Stored size: 661 Bytes
Contents
# see also https://github.com/whitequark/parser/blob/master/.github/workflows/test.yml name: Rake on: [push] jobs: test: strategy: fail-fast: false matrix: ruby_version: ["3.0", 3.2] gemfile: - Gemfile - gemfiles/Gemfile.rails-6.1 - gemfiles/Gemfile.rails-7.0 - gemfiles/Gemfile.rails-7.1 runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby_version }} bundler-cache: true - name: Build and test with Rake run: bundle exec rake
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
act_with_bag-1.1.4 | .github/workflows/rake.yml |
act_with_bag-1.1.3 | .github/workflows/rake.yml |