Skip to content

Commit c00461d

Browse files
committed
test ruby 3.4 on github actions
1 parent a05b1f4 commit c00461d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

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

1616
steps:
1717
- uses: actions/checkout@v3
@@ -31,7 +31,7 @@
3131
- uses: actions/checkout@v3
3232
- uses: ruby/setup-ruby@v1
3333
with:
34-
ruby-version: '3.2'
34+
ruby-version: '3.4'
3535
bundler-cache: true
3636
- name: Install required gem dependencies
3737
run: gem install yard --no-document

0 commit comments

Comments
 (0)