Skip to content

Commit

Permalink
Drop testing on ruby 2.7 (#3111)
Browse files Browse the repository at this point in the history
It's been EOL for over 6 months.
  • Loading branch information
jcoyne authored Dec 27, 2023
1 parent aafbc6d commit 4cddeef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2
bundler: 'latest'
- name: Install dependencies
run: bundle install
Expand All @@ -33,7 +33,7 @@ jobs:
name: test (ruby ${{ matrix.ruby }} / rails ${{ matrix.rails_version }} ${{ matrix.additional_name }})
strategy:
matrix:
ruby: [2.7, '3.0']
ruby: ['3.0']
rails_version: ['6.1.7', '7.0.4']
bootstrap_version: [null]
view_component_version: ['~> 2.66']
Expand All @@ -43,13 +43,13 @@ jobs:
include:
- ruby: '3.2.2'
rails_version: '7.1.1'
- ruby: '3.2.0'
- ruby: '3.2.2'
rails_version: '7.0.4'
- ruby: '3.2.0'
- ruby: '3.2.2'
rails_version: '7.0.4'
solr_version: '9.3.0'
additional_name: 'Solr 9.3.0'
- ruby: '3.2.0'
- ruby: '3.2.2'
rails_version: '7.0.4'
solr_version: '8.11.2'
additional_name: 'Solr 8.11.2'
Expand Down

0 comments on commit 4cddeef

Please sign in to comment.