Skip to content

Commit

Permalink
CI against for Ruby 3.3 and 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Dec 28, 2024
1 parent 0be3f8f commit f2bd65e
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 f2bd65e

Please sign in to comment.