Sha256: 83fd074ca419e7e2b683b2a165b27b4046b194528511cac99e93ede30bf1a3fa

Contents?: true

Size: 484 Bytes

Versions: 3

Compression:

Stored size: 484 Bytes

Contents

name: Ruby

on:
  push:
    branches:
      - main

  pull_request:

jobs:
  build:
    runs-on: ubuntu-latest
    name: Ruby ${{ matrix.ruby }}
    strategy:
      matrix:
        ruby:
          - '3.3.6'
          - '3.2.6'

    steps:
      - uses: actions/checkout@v4
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true
      - name: Run the default task
        run: bundle exec rake

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
factory_bot-with-0.2.1 .github/workflows/main.yml
factory_bot-with-0.2.0 .github/workflows/main.yml
factory_bot-with-0.1.0 .github/workflows/main.yml