Skip to content

Commit

Permalink
Remove Ruby 3.0 build from CI
Browse files Browse the repository at this point in the history
We don't set a required ruby version in the gemspec so taking the liberty to drop Ruby 3.0 from CI to lessen the burden of gemfile management. Several dependencies have since had new releases that have different Ruby version requirements (sqlite, zeitwerk, sass-embedded, net-imap, etc.) making it difficult to install a common demoninator that will run for all CI builds. Existing PRs have failed CI due to this.
  • Loading branch information
javierjulio committed Nov 11, 2024
1 parent abae215 commit c282b37
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
Expand All @@ -19,10 +18,6 @@ jobs:
- gemfiles/rails_7_1_sprockets.gemfile
- gemfiles/rails_main_sprockets.gemfile
exclude:
- ruby-version: "3.0"
gemfile: gemfiles/rails_main_propshaft.gemfile
- ruby-version: "3.0"
gemfile: gemfiles/rails_main_sprockets.gemfile
- ruby-version: "3.1"
gemfile: gemfiles/rails_main_propshaft.gemfile
- ruby-version: "3.1"
Expand Down

0 comments on commit c282b37

Please sign in to comment.