Sha256: f99b7ce3421213e33af0212b97eb28b299e1a131422d60565089f3c5952627b8
Contents?: true
Size: 583 Bytes
Versions: 1
Compression:
Stored size: 583 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: ["3.0", "3.2", 3.3] gemfile: - Gemfile # - 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mimoco-1.0.1 | .github/workflows/rake.yml |