Skip to content

Commit 3669239

Browse files
committed
fix: Adds updated workflow file with correct ruby version
1 parent 7e60204 commit 3669239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
ruby:
18-
- '3.3.0'
18+
- '3.4.7'
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)