Skip to content

Commit 13dfabc

Browse files
committed
Remove EOL Ruby/Rails versions from CI matrix
1 parent c02dd5e commit 13dfabc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,11 @@ jobs:
1919
ruby:
2020
- '3.3'
2121
- '3.2'
22-
- '3.1'
2322
database:
2423
- 'sqlite3'
2524
- 'mysql'
2625
- 'postgres'
2726
orm:
28-
- name: 'active_record'
29-
version: '7.0'
30-
- name: 'active_record'
31-
version: '7.1'
3227
- name: 'active_record'
3328
version: '7.2'
3429
- name: 'active_record'

0 commit comments

Comments
 (0)