Skip to content

Commit 98df39d

Browse files
committed
Change ruby requirements for rails 8.
drop 3.1 add 3.4
1 parent baf9fd4 commit 98df39d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
# Rails 7.2 requires Ruby 3.1 or higeher.
16+
# Rails 8.0 requires Ruby 3.2 or higeher.
1717
# CI pending the following matrix until JRuby 9.4 that supports Ruby 2.7 will be released.
1818
# https://github.com/jruby/jruby/issues/6464
1919
# - jruby,
@@ -22,7 +22,6 @@ jobs:
2222
'3.4',
2323
'3.3',
2424
'3.2',
25-
'3.1',
2625
]
2726
env:
2827
ORACLE_HOME: /opt/oracle/instantclient_23_8

.github/workflows/test_11g.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
# Rails 7.2 requires Ruby 3.1 or higeher.
16+
# Rails 8.0 requires Ruby 3.2 or higeher.
1717
# CI pending the following matrix until JRuby 9.4 that supports Ruby 2.7 will be released.
1818
# https://github.com/jruby/jruby/issues/6464
1919
# - jruby,
@@ -22,7 +22,6 @@ jobs:
2222
'3.4',
2323
'3.3',
2424
'3.2',
25-
'3.1',
2625
]
2726
env:
2827
ORACLE_HOME: /opt/oracle/instantclient_21_15

0 commit comments

Comments
 (0)