Skip to content

Commit

Permalink
remove legacy container job, but test on 1.9 instead of 2.x except 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jul 6, 2024
1 parent 0c29639 commit 54629ef
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
strategy:
matrix:
ruby:
- '2.3'
- '2.4'
- '2.5'
- '2.6'
- '1.9.3'
- '2.7'
- '3.0'
- '3.1'
Expand All @@ -29,18 +26,3 @@ jobs:
ruby-version: "${{ matrix.ruby }}"
bundler-cache: true
- run: bundle exec rspec
legacy:
runs-on: ubuntu-latest
container: ${{ matrix.container }}
strategy:
matrix:
container:
- rspec/ci:1.9.3
- rspec/ci:2.0.0
- ruby:2.1
- ruby:2.2
fail-fast: false
steps:
- uses: actions/checkout@v4
- run: bundle install
- run: bundle exec rspec --format documentation

0 comments on commit 54629ef

Please sign in to comment.