Skip to content

Commit

Permalink
ci: tweak supported/dropped version (#4746)
Browse files Browse the repository at this point in the history
**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 <[email protected]>
  • Loading branch information
kenhys authored Dec 26, 2024
1 parent 611ccee commit b01e71b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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 All @@ -35,7 +35,6 @@ jobs:
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0
with:
ruby-version: ${{ matrix.ruby-version }}
rubygems: latest
- name: Install addons
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install libgmp3-dev libcap-ng-dev
Expand Down

0 comments on commit b01e71b

Please sign in to comment.