Skip to content

Commit ef1cd13

Browse files
committed
test ruby 3.4 on github actions
1 parent 4028f09 commit ef1cd13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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 @@ jobs:
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 redcarpet github-markup --no-document

0 commit comments

Comments
 (0)