Skip to content

Commit

Permalink
Problem: not able to automatically catch problems on Ruby 3.4
Browse files Browse the repository at this point in the history
Only when I am using another machine with Ruby 3.4 (or somebody else does)

Solution: include Ruby 3.4 into the CI routine
  • Loading branch information
yrashk committed Dec 28, 2024
1 parent e3e297e commit f539c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
ruby:
- '3.3.5'
- '3.4.1'

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

0 comments on commit f539c71

Please sign in to comment.