Skip to content

Commit

Permalink
replace legacy container job with legacy rubies in normal job, except…
Browse files Browse the repository at this point in the history
… 2.2 that segfaults
  • Loading branch information
toy committed Jul 6, 2024
1 parent 2330cb7 commit 0ad25c2
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
strategy:
matrix:
ruby:
- '1.9.3'
- '2.0'
- '2.1'
- '2.3'
- '2.4'
- '2.5'
Expand All @@ -29,21 +32,6 @@ jobs:
ruby-version: "${{ matrix.ruby }}"
bundler-cache: true
- run: bundle exec rspec --format documentation
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:
Expand Down

0 comments on commit 0ad25c2

Please sign in to comment.