Skip to content

Commit 9464c0a

Browse files
authored
chore: add ruby 3.4 (#512)
1 parent e4e275d commit 9464c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [2.7, "3.0", 3.1, 3.2, 3.3]
14+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
1515
runs-on: ubuntu-latest
1616
env:
1717
FERRUM_PROCESS_TIMEOUT: 25

0 commit comments

Comments
 (0)