Skip to content

Commit

Permalink
remove old version from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarthod committed Feb 12, 2025
1 parent 360ddf8 commit 441b054
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 28 deletions.
13 changes: 0 additions & 13 deletions .github/dependabot.yml

This file was deleted.

11 changes: 4 additions & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [ '3.2', '3.3', '3.4' ]
gemfile: [ 'rails-7.1', 'rails-7.2', 'rails-8.0' ]
ruby-version: [ '3.2', '3.3' ]
gemfile: [ 'rails-7.2', 'rails-8.0' ]
include:
- ruby-version: '2.6'
gemfile: rails-4.2 # EOL
bundler: '1.17.3' # requires bundler < 2
- ruby-version: '2.6'
gemfile: rails-5.2 # EOL
- ruby-version: '3.0'
gemfile: rails-6.1 # EOL
- ruby-version: '3.1'
gemfile: rails-7.0
- ruby-version: '3.2'
gemfile: rails-7.1
- ruby-version: '3.4'
gemfile: rails-main

Expand Down
4 changes: 0 additions & 4 deletions test/gemfiles/rails-4.2

This file was deleted.

4 changes: 0 additions & 4 deletions test/gemfiles/rails-5.2

This file was deleted.

1 change: 1 addition & 0 deletions test/gemfiles/rails-6.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source 'https://rubygems.org'

gemspec path: "../.."
gem "rails", "~> 6.1"
gem "concurrent-ruby", "1.3.4" # https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror

0 comments on commit 441b054

Please sign in to comment.