Skip to content

Commit b01e71b

Browse files
authored
ci: tweak supported/dropped version (#4746)
**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: Tweak current CI targets. 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 **Docs Changes**: N/A **Release Note**: N/A --------- Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 611ccee commit b01e71b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
29-
ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7']
29+
ruby-version: ['3.4', '3.3', '3.2', '3.1']
3030

3131
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
3232
steps:
@@ -35,7 +35,6 @@ jobs:
3535
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0
3636
with:
3737
ruby-version: ${{ matrix.ruby-version }}
38-
rubygems: latest
3938
- name: Install addons
4039
if: ${{ matrix.os == 'ubuntu-latest' }}
4140
run: sudo apt-get install libgmp3-dev libcap-ng-dev

0 commit comments

Comments
 (0)