Skip to content

Commit 793f94f

Browse files
committed
Add testing with Ruby 3.4
It's the latest and is getting updates until 2028
1 parent b846fe3 commit 793f94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
ruby: ['3.2', '3.3']
17+
ruby: ['3.2', '3.3', '3.4']
1818

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

0 commit comments

Comments
 (0)