Skip to content

Commit

Permalink
Drop Ruby 3.0 in CI (#391)
Browse files Browse the repository at this point in the history
Drop support for Ruby 3.0 in CI
  • Loading branch information
andyw8 authored May 27, 2024
1 parent a6f6bca commit d77a579
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,10 @@ jobs:
gemfile:
- Gemfile
- gemfiles/Gemfile-rails-main
ruby: ["3.0", "3.1", "3.2", "3.3"]
ruby: ["3.1", "3.2", "3.3"]
include:
- gemfile: "gemfiles/Gemfile-rails-main"
experimental: true
exclude:
- os: "windows-latest"
ruby: "3.0"
- Gemfile: "gemfiles/Gemfile-rails-main" # needs Ruby 3.1
ruby: "3.0"
runs-on: ${{ matrix.os }}
timeout-minutes: 15
env:
Expand Down

0 comments on commit d77a579

Please sign in to comment.