Skip to content

Commit 391f1b8

Browse files
committed
Remove legacy/minor Rubies from CI for now.
1 parent 6d9575a commit 391f1b8

File tree

4 files changed

+1
-58
lines changed

4 files changed

+1
-58
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [2.7, '3.0', '3.1', '3.2']
11+
ruby: ['3.1', '3.2', '3.3', '3.4']
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3

.github/workflows/ci_jruby.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/ci_legacy.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/ci_truffleruby.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)