Skip to content

Commit

Permalink
Remove Ruby 3.2 for Rails head in CI
Browse files Browse the repository at this point in the history
Rails 8+ requires Ruby 3.3+.
  • Loading branch information
phlipper committed Nov 8, 2024
1 parent a2b9fd2 commit 64a85d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- { ruby: "3.2", rails: "7.2", rubygems: "default" }
- { ruby: "3.3", rails: "7.2", rubygems: "default" }
- { ruby: "3.3", rails: "8.0", rubygems: "default" }
- { ruby: "3.2", rails: "head", rubygems: "latest" }
- { ruby: "3.3", rails: "head", rubygems: "latest" }
action_text: ['with', 'without']
view_component: ['2.0', '3.0']
Expand Down

0 comments on commit 64a85d8

Please # to comment.