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 ee12072 commit f0b6d9c
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 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'
- '2.7'
- '3.0'
- '3.1'
Expand All @@ -29,27 +26,11 @@ 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
windows:
runs-on: windows-latest
strategy:
matrix:
ruby:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
Expand Down

0 comments on commit f0b6d9c

Please sign in to comment.