Skip to content

Commit

Permalink
chore: Add support for ruby 3.4
Browse files Browse the repository at this point in the history
Added support for ruby 3.4
  • Loading branch information
LuukvH committed Jan 14, 2025
1 parent 66257f2 commit 8a1c033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
name: RSpec tests ruby ${{ matrix.ruby }}
steps:
- name: Check out code
Expand Down

0 comments on commit 8a1c033

Please sign in to comment.