Skip to content

Commit

Permalink
Drop testing on ruby 2.7
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 5, 2023
1 parent 4983d62 commit 20eaeb6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler: 'latest'
- name: Install dependencies
run: bundle install
Expand All @@ -33,7 +32,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 +42,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 20eaeb6

Please sign in to comment.