Skip to content

Commit 1e241cf

Browse files
Remove unsupported versions of Rails & Ruby from CI pipeline
1 parent 4884104 commit 1e241cf

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
11-
rails-version: ['~> 6.1', '~> 7.0', '~> 7.1', '~> 7.2', '~> 8.0']
10+
ruby-version: ['3.1', '3.2', '3.3', '3.4']
11+
rails-version: ['~> 7.2', '~> 8.0', '~> 8.1']
1212
argon2-version: ['2.2', '2.3']
1313
orm:
1414
- adapter: active_record
@@ -21,14 +21,6 @@ jobs:
2121
- adapter: mongoid
2222
mongoid-version: 7.5.4
2323
exclude:
24-
- rails-version: '~> 7.2'
25-
ruby-version: '2.7'
26-
- rails-version: '~> 7.2'
27-
ruby-version: '3.0'
28-
- rails-version: '~> 8.0'
29-
ruby-version: '2.7'
30-
- rails-version: '~> 8.0'
31-
ruby-version: '3.0'
3224
- rails-version: '~> 8.0'
3325
ruby-version: '3.1'
3426
- rails-version: '~> 6.1'
@@ -68,10 +60,6 @@ jobs:
6860
adapter: mongoid
6961
mongoid-version: 7.5.4
7062
rails-version: '~> 7.2'
71-
- orm:
72-
adapter: mongoid
73-
mongoid-version: 7.5.4
74-
rails-version: '~> 7.1'
7563
env:
7664
RAILS_VERSION: ${{ matrix.rails-version || '~> 8.0'}}
7765
MONGOID_VERSION: ${{ matrix.orm.mongoid-version || '8.1.6'}}

0 commit comments

Comments
 (0)