Skip to content

Commit 08fdaa9

Browse files
authored
Merge pull request #97 from SpringMT/feature/add-ruby-3-4-for-actions
feat: add ruby 3.4.x
2 parents 8f213de + 95d7fc3 commit 08fdaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
27+
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
2828

2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)