Skip to content

Commit 810e520

Browse files
authored
Merge pull request #218 from willnet/add-ruby-3-4-to-ci
Add Ruby3.4 to CI matrix
2 parents 67f5ba6 + ecb4027 commit 810e520

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
@@ -6,15 +6,15 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
9+
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
1010
gemfile:
1111
- "rack_2"
1212
- "rack_3"
1313
env:
1414
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
1515
name: Ruby ${{ matrix.ruby }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:

0 commit comments

Comments
 (0)