Skip to content

Commit b0b0305

Browse files
committed
Add Ruby 3.4 to CI
1 parent 2a8c621 commit b0b0305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
runs-on: ${{ matrix.os }}-latest
77
strategy:
88
matrix:
9-
os: [ 'ubuntu', 'macos' ]
10-
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
9+
os: ["ubuntu", "macos"]
10+
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)