Skip to content

Commit f539c71

Browse files
committed
Problem: not able to automatically catch problems on Ruby 3.4
Only when I am using another machine with Ruby 3.4 (or somebody else does) Solution: include Ruby 3.4 into the CI routine
1 parent e3e297e commit f539c71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
matrix:
1616
ruby:
1717
- '3.3.5'
18+
- '3.4.1'
1819

1920
steps:
2021
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)