Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit a145bcf

Browse files
committed
Update Ruby version matrix to include 4.0
1 parent 7f9132e commit a145bcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.4.7'
17+
- '3.4'
18+
- '4.0'
1819

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

0 commit comments

Comments
 (0)