Skip to content

Commit

Permalink
Merge pull request #67 from jrafanie/drop_old_rubies_bundler_rails
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger authored May 14, 2024
2 parents da03f54 + caf702b commit b17ec5f
Showing 1 changed file with 4 additions and 34 deletions.
38 changes: 4 additions & 34 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.1
bundler: 1.17
ruby-version: 2.7
bundler: 2.4.22
bundler-cache: true

- name: Run rubocop
Expand All @@ -34,44 +34,14 @@ jobs:

matrix:
ruby:
- 2.1
- 2.5
- 2.7
- 3.0
- 3.1
- 3.2
rails:
- 3.2
- 4.2
- 5.2
- 6.1
- 7.0
exclude:
- rails: 5.2
ruby: 2.1
- rails: 6.1
ruby: 2.1
- rails: 7.0
ruby: 2.1
- rails: 7.0
ruby: 2.5
- rails: 3.2
ruby: 2.7
- rails: 4.2
ruby: 2.7
- rails: 3.2
ruby: 3.0
- rails: 4.2
ruby: 3.0
- rails: 3.2
ruby: 3.1
- rails: 4.2
ruby: 3.1
- rails: 3.2
ruby: 3.2
- rails: 4.2
ruby: 3.2

- 7.1
steps:
- name: Checkout source
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand All @@ -80,7 +50,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: 1.17
bundler: 2.4.22
bundler-cache: true
env:
RAILS_VERSION: ${{ matrix.rails }}
Expand Down

0 comments on commit b17ec5f

Please sign in to comment.