Skip to content

Commit 1ba6be0

Browse files
committed
Validates on ruby@3.4 for tools running on the same minor version
1 parent fc69ef6 commit 1ba6be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [macos-latest, ubuntu-latest]
33-
ruby-version: ['3.1', '3.2', '3.3']
33+
ruby-version: ['3.1', '3.2', '3.3', '3.4']
3434

3535
runs-on: ${{ matrix.os }}
3636
env:

0 commit comments

Comments
 (0)