Skip to content

Commit

Permalink
remove all ruby 2 version from ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
NourEldinShobier committed Jan 10, 2024
1 parent 918ab1a commit a7f0aa1
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,54 +12,19 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', jruby-head, ruby-head]
ruby: ['3.0', '3.1', '3.2', jruby-head, ruby-head]
rails_version:
- '6.0.0'
- '6.1.0'
- '7.0.0'
- 'edge'
include:
# Rails 5.2
- ruby: 2.6
rails_version: '5.2.0'
- ruby: 2.7
rails_version: '5.2.0'
- ruby: jruby-9.2
rails_version: '5.2.0'

# Ruby 2.6
- ruby: 2.6
rails_version: '6.0.0'
- ruby: 2.6
rails_version: '6.1.0'

# jruby-9.2
- ruby: jruby-9.2
rails_version: '6.0.0'
- ruby: jruby-9.2
rails_version: '6.1.0'

# jruby-9.4
- ruby: jruby-9.4
rails_version: '7.0.0'
- ruby: jruby-9.4
rails_version: 'edge'

#
# The past
#
# EOL Active Record
- ruby: 2.2
rails_version: '3.2.0'
- ruby: 2.1
rails_version: '4.1.0'
- ruby: 2.4
rails_version: '4.2.0'
- ruby: 2.4
rails_version: '5.0.0'
- ruby: 2.5
rails_version: '5.1.0'

continue-on-error: ${{ matrix.rails_version == 'edge' || endsWith(matrix.ruby, 'head') }}

steps:
Expand Down

0 comments on commit a7f0aa1

Please sign in to comment.