Skip to content

Commit

Permalink
Update build matrix for EOL (#251)
Browse files Browse the repository at this point in the history
Remove old Rubies and Rails, and add the latest Ruby
  • Loading branch information
adamstegman committed Feb 26, 2024
1 parent d3f35ee commit f8a85c3
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,16 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.3"
- "3.2"
- "3.1"
- "3.0"
- "2.7"
- "2.6"
gemfile:
- Gemfile
- spec/support/Gemfile.rails6.1
- spec/support/Gemfile.rails6
- spec/support/Gemfile.rails5.2
- spec/support/Gemfile.rails7
bundler:
- "2"
exclude:
- ruby: "2.6"
gemfile: Gemfile
bundler: "2"
- ruby: "3.0"
gemfile: spec/support/Gemfile.rails5.2
bundler: "2"
- ruby: "3.0"
gemfile: spec/support/Gemfile.rails6
bundler: "2"
- ruby: "3.1"
gemfile: spec/support/Gemfile.rails5.2
bundler: "2"
- ruby: "3.1"
gemfile: spec/support/Gemfile.rails6
bundler: "2"
- ruby: "3.2"
gemfile: spec/support/Gemfile.rails5.2
bundler: "2"
- ruby: "3.2"
gemfile: spec/support/Gemfile.rails6
bundler: "2"
- ruby: "3.2"
gemfile: spec/support/Gemfile.rails6.1
bundler: "2"
- ruby: "3.2"
gemfile: spec/support/Gemfile.rails7
bundler: "2"
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
Expand Down

0 comments on commit f8a85c3

Please sign in to comment.