.github/workflows/development.yml in async-container-0.16.4 vs .github/workflows/development.yml in async-container-0.16.5

- old
+ new

@@ -9,24 +9,24 @@ os: - ubuntu - macos ruby: - - 2.4 - 2.5 - 2.6 - 2.7 + - jruby include: - os: 'ubuntu' ruby: '2.6' env: COVERAGE=PartialSummary,Coveralls runs-on: ${{matrix.os}}-latest steps: - uses: actions/checkout@v1 - - uses: actions/setup-ruby@v1 + - uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}} - name: Install dependencies run: | command -v bundler || gem install bundler