.github/workflows/ubuntu.yml in textbringer-1.1.1 vs .github/workflows/ubuntu.yml in textbringer-1.1.2

- old
+ new

@@ -6,9 +6,10 @@ test: strategy: matrix: ruby: [ head, 3.1, 3.0, 2.7, 2.6 ] runs-on: ubuntu-latest + timeout-minutes: 10 steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}