Skip to content

Commit 35a4d57

Browse files
committed
use ruby 4.0 in CI
1 parent d958229 commit 35a4d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
13+
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '4.0' ]
1414

1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Ruby ${{ matrix.ruby }}
18-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 #v1.190.0 tag
18+
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 #v1.268.0 tag
1919
with:
2020
ruby-version: ${{ matrix.ruby }}
2121
bundler-cache: true

0 commit comments

Comments
 (0)