Skip to content

Commit 1103dd2

Browse files
authored
Add Ruby 3.4 to CI matrix (#47)
1 parent 0bbb764 commit 1103dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
ruby: ["3.1", "3.2", "3.3", "head"]
23+
ruby: ["3.1", "3.2", "3.3", "3.4", "head"]
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)