Skip to content

Commit e160852

Browse files
committed
Remove Ruby 2.7 from CI
It's EOL since March 2023.
1 parent 4697f89 commit e160852

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

.github/workflows/ci.yml

-13
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,12 @@ jobs:
2424
strategy:
2525
matrix:
2626
ruby-version:
27-
- "2.7"
2827
- "3.1"
2928
- "3.2"
3029
- "3.3"
3130
gemfile:
3231
- Gemfile
33-
- gemfiles/ruby_2.7.gemfile
3432
- gemfiles/rails_edge.gemfile
35-
exclude:
36-
- ruby-version: "2.7"
37-
gemfile: Gemfile
38-
- ruby-version: "2.7"
39-
gemfile: gemfiles/rails_edge.gemfile
40-
- ruby-version: "3.1"
41-
gemfile: gemfiles/ruby_2.7.gemfile
42-
- ruby-version: "3.2"
43-
gemfile: gemfiles/ruby_2.7.gemfile
44-
- ruby-version: "3.3"
45-
gemfile: gemfiles/ruby_2.7.gemfile
4633
name: ${{ format('Tests (Ruby {0})', matrix.ruby-version) }}
4734
runs-on: ubuntu-latest
4835
continue-on-error: true

gemfiles/ruby_2.7.gemfile

-6
This file was deleted.

0 commit comments

Comments
 (0)