Skip to content

Commit 905aae9

Browse files
committed
Add Ruby 3.3 to the CI matrix
1 parent 35a7e82 commit 905aae9

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
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
ruby: ["3.2", "3.1", "3.0", "2.7", "2.6", "jruby-9.3.6.0"]
32+
ruby: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby-9.3.6.0"]
3333
runs-on: ubuntu-latest
3434
env:
3535
LOW_TIMEOUT: "0.01"

0 commit comments

Comments
 (0)