Skip to content

Commit

Permalink
update CI ruby to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Oct 18, 2024
1 parent 1504d8d commit e374dd5
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby

name: Ruby

on:
Expand All @@ -20,16 +13,11 @@ jobs:
matrix:
os: [ubuntu-latest]
ruby:
# - 2.5
# - 2.6
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
# include:
# - os: macos-13
# ruby: 2.5
name: Ruby ${{ matrix.ruby }} test (${{ matrix.os }})
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -60,6 +48,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: 2.7
bundler-cache: true
- run: bin/test/${{ matrix.repo }}

0 comments on commit e374dd5

Please sign in to comment.