Sha256: 47a2f96558024b4bf978913a9742ca7e4adeedc6e5e138f026f289d38a61c4bd

Contents?: true

Size: 953 Bytes

Versions: 11

Compression:

Stored size: 953 Bytes

Contents

name: CI
on: [push, pull_request]
jobs:
  test:
    runs-on: ubuntu-18.04
    continue-on-error: ${{ matrix.flaky }}
    strategy:
      matrix:
        ruby-version: ["2.5", "2.6", "2.7", "3.0", "3.1", "truffleruby-22", "truffleruby-21"]
        flaky: [false]
        include:
          - ruby-version: "ruby-head"
            flaky: true
          - ruby-version: "jruby-9.2"
            flaky: true
          - ruby-version: "jruby-9.3"
            flaky: true
          - ruby-version: "jruby-head"
            flaky: true
          - ruby-version: "truffleruby-head"
            flaky: true
    steps:
      - uses: actions/checkout@v1

      - name: Set up Ruby ${{ matrix.ruby-version }}
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby-version }}

      - name: Bundle install
        run: |
          gem install bundler
          bundle install
      - name: Run Tests
        run: bundle exec rake test

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
net-sftp-backports-4.0.8.backports .github/workflows/ci.yml
net-sftp-backports-4.0.7.backports .github/workflows/ci.yml
net-sftp-backports-4.0.6.backports .github/workflows/ci.yml
net-sftp-backports-4.0.5.backports .github/workflows/ci.yml
net-sftp-backports-4.0.4.backports .github/workflows/ci.yml
net-sftp-backports-4.0.3.backports .github/workflows/ci.yml
net-sftp-backports-4.0.2.backports .github/workflows/ci.yml
net-sftp-backports-4.0.1.backports .github/workflows/ci.yml
net-sftp-backports-4.0.0.backports .github/workflows/ci.yml
net-sftp-4.0.0 .github/workflows/ci.yml
net-sftp-4.0.0.rc1 .github/workflows/ci.yml