Skip to content

Commit

Permalink
Merge pull request #89 from tomykaira/ruby_3.4
Browse files Browse the repository at this point in the history
CI against for Ruby 3.3 and 3.4
  • Loading branch information
sue445 authored Dec 28, 2024
2 parents 0be3f8f + f2bd65e commit 8e894fe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
ruby-version:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- '3.4'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8e894fe

Please sign in to comment.