Skip to content

Commit

Permalink
ci: tweak supported/dropped version
Browse files Browse the repository at this point in the history
Added: Ruby 3.4
Dropped: Ruby 3.0/2.7

Ruby 2.7 EOL: 2023-03-31
Ruby 3.0 EOL: 2024-04-23

NOTE: until PR is merged [1], 3.4 points 3.4.0-rc1.

[1] ruby/setup-ruby#677

Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Dec 26, 2024
1 parent 611ccee commit 97d8c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7']
ruby-version: ['3.4', '3.3', '3.2', '3.1']

name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 97d8c91

Please sign in to comment.