Sha256: c09b24bf4d8e9a2ee439c5c1e7e8eb187ce726f60e0d3453a70c6be9f500b22d
Contents?: true
Size: 531 Bytes
Versions: 2
Compression:
Stored size: 531 Bytes
Contents
name: Ruby on: [push,pull_request] jobs: build: runs-on: ubuntu-latest name: Ruby ${{ matrix.ruby }} strategy: matrix: ruby: - '3.0.5' - '3.1.3' - '3.2.0' steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run the default task run: | gem install bundler -v 2.2.11 bundle install bundle exec rake spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bls12-381-0.3.0 | .github/workflows/main.yml |
bls12-381-0.2.2 | .github/workflows/main.yml |