Skip to content

Commit 1fb7a59

Browse files
committed
Add Ruby 3.4 to CI
1 parent c8783f4 commit 1fb7a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-22.04, ubuntu-24.04]
13-
ruby-version: ['3.0', '3.1', '3.2', '3.3']
13+
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)