Skip to content

Commit

Permalink
Stop testing with Rails 7.0, which is EOL (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored and sandbergja committed Jan 27, 2025
1 parent 7fd342a commit 8087c4f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
ruby: ["3.3"]
rails_version: ["7.0.8.4", "7.1.3.4", "7.2.0"]
rails_version: ["7.1.3.4", "7.2.0"]
bootstrap_version: [null]
view_component_version: ["~> 3.12"]
api: [null]
Expand All @@ -48,8 +48,6 @@ jobs:
additional_engine_cart_rails_options: --css=bootstrap
- ruby: "3.2"
rails_version: "6.1.7.8"
- ruby: "3.2"
rails_version: "7.0.8.4"
- ruby: "3.2"
rails_version: "7.1.3.4"
solr_version: "8.11.2"
Expand All @@ -61,11 +59,11 @@ jobs:
view_component_version: "~> 2.74"
additional_name: "/ ViewComponent 2"
- ruby: "3.1"
rails_version: "7.0.8.4"
rails_version: "7.1.3.4"
additional_name: "/ Propshaft"
additional_engine_cart_rails_options: -a propshaft --css=bootstrap
- ruby: "3.1"
rails_version: "7.0.8.4"
rails_version: "7.1.3.4"
bootstrap_version: "~> 4.0"
additional_name: "/ Bootstrap 4"
- ruby: "3.3"
Expand Down

0 comments on commit 8087c4f

Please sign in to comment.