Skip to content

Commit d2ae5c0

Browse files
committed
Add Ruby 4.0 preview 2 to test matrix
1 parent e563174 commit d2ae5c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby: [ '3.1', '3.2', '3.3', '3.4' ]
14+
ruby: [ '3.1', '3.2', '3.3', '3.4', '4.0.0-preview2' ]
1515

1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Ruby ${{ matrix.ruby }}
19-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
19+
uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c
2020
with:
2121
ruby-version: ${{ matrix.ruby }}
2222
- name: Build and test

0 commit comments

Comments
 (0)