.github/workflows/rspec.yml in progress_bar-1.3.1 vs .github/workflows/rspec.yml in progress_bar-1.3.2

- old
+ new

@@ -6,14 +6,15 @@ name: RSpec runs-on: ubuntu-latest strategy: matrix: ruby: - - 2.4 - - 2.5 - - 2.6 + - 2.4.x + - 2.5.x + - 2.6.x + - 2.7.x steps: - - uses: actions/checkout@v1.0.0 + - uses: actions/checkout@v1 - uses: actions/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - name: Install dependencies run: |