Skip to content

Commit d77a579

Browse files
authored
Drop Ruby 3.0 in CI (#391)
Drop support for Ruby 3.0 in CI
1 parent a6f6bca commit d77a579

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,10 @@ jobs:
1212
gemfile:
1313
- Gemfile
1414
- gemfiles/Gemfile-rails-main
15-
ruby: ["3.0", "3.1", "3.2", "3.3"]
15+
ruby: ["3.1", "3.2", "3.3"]
1616
include:
1717
- gemfile: "gemfiles/Gemfile-rails-main"
1818
experimental: true
19-
exclude:
20-
- os: "windows-latest"
21-
ruby: "3.0"
22-
- Gemfile: "gemfiles/Gemfile-rails-main" # needs Ruby 3.1
23-
ruby: "3.0"
2419
runs-on: ${{ matrix.os }}
2520
timeout-minutes: 15
2621
env:

0 commit comments

Comments
 (0)