Skip to content

Commit 6c04228

Browse files
yahondaclaude
andcommitted
Temporarily disable most Ruby versions in CI
Keep only Ruby 4.0 active to speed up CI iteration. Other versions (3.2-3.4, ruby-head, ruby-debug, truffleruby) are commented out and can be re-enabled once CI is stable. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 437d7c6 commit 6c04228

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
matrix:
1414
ruby: [
1515
'4.0',
16-
'3.4',
17-
'3.3',
18-
'3.2',
19-
ruby-head,
20-
ruby-debug,
21-
truffleruby,
22-
truffleruby-head
16+
# '3.4',
17+
# '3.3',
18+
# '3.2',
19+
# ruby-head,
20+
# ruby-debug,
21+
# truffleruby,
22+
# truffleruby-head
2323
]
2424
env:
2525
ORACLE_HOME: /usr/lib/oracle/23/client64

.github/workflows/test_11g.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
matrix:
1414
ruby: [
1515
'4.0',
16-
'3.4',
17-
'3.3',
18-
'3.2',
19-
ruby-head,
20-
ruby-debug,
21-
truffleruby,
22-
truffleruby-head
16+
# '3.4',
17+
# '3.3',
18+
# '3.2',
19+
# ruby-head,
20+
# ruby-debug,
21+
# truffleruby,
22+
# truffleruby-head
2323
]
2424
env:
2525
ORACLE_HOME: /opt/oracle/instantclient_21_15

0 commit comments

Comments
 (0)