Skip to content

Commit b3333f6

Browse files
committed
Add Ruby 3.4 to CI
1 parent 39ca97e commit b3333f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
os: [ubuntu]
48-
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', 'ruby-head', 'debug', 'truffleruby', 'truffleruby-head']
48+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'ruby-head', 'debug', 'truffleruby', 'truffleruby-head']
4949
runs-on: ${{ matrix.os }}-latest
5050
steps:
5151
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)