Skip to content

Commit fb0540d

Browse files
authored
Add Ruby 3.4 to the CI matrix
1 parent f73cb1c commit fb0540d

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
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
ruby: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby-9.3.6.0"]
36+
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby-9.3.6.0"]
3737
runs-on: ubuntu-latest
3838
env:
3939
LOW_TIMEOUT: "0.01"

0 commit comments

Comments
 (0)