Skip to content

Commit 86c2c47

Browse files
authored
CI: Add Ruby 3.4, Drop EOL versions (#94)
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 110e290 commit 86c2c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: ['ubuntu-latest']
14-
ruby: [ '3.3', '3.2', '3.1', '3.0', '2.7' ]
14+
ruby: [ '3.4', '3.3', '3.2', '3.1' ]
1515

1616
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
1717
steps:

0 commit comments

Comments
 (0)