Skip to content

Commit 74c5817

Browse files
committed
Update ruby-version, add Ruby 3.4 for CI
EOL: 2.7,3.0 See https://www.ruby-lang.org/en/downloads/branches/ Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 68add12 commit 74c5817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7']
12+
ruby-version: ['3.4', '3.3', '3.2', '3.1']
1313
os: [ubuntu-latest]
1414
experimental: [false]
1515
include:

0 commit comments

Comments
 (0)