Skip to content

Commit 89ecda0

Browse files
committed
test: against ruby 3.4
1 parent 356686a commit 89ecda0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: .github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
rubyversion: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
14+
rubyversion: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: ${{ matrix.rubyversion }}
20-
rubygems: '3.3.0'
20+
rubygems: '3.4'
2121
bundler-cache: true
2222
- name: Install Dependencies
2323
run: make install
@@ -35,8 +35,8 @@ jobs:
3535
- uses: actions/checkout@v4
3636
- uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: '3.3'
39-
rubygems: '3.3.0'
38+
ruby-version: '3.4'
39+
rubygems: '3.4'
4040
bundler-cache: true
4141
- name: Install Dependencies
4242
run: make install
@@ -51,8 +51,8 @@ jobs:
5151
- uses: actions/checkout@v4
5252
- uses: ruby/setup-ruby@v1
5353
with:
54-
ruby-version: '3.3'
55-
rubygems: '3.3.0'
54+
ruby-version: '3.4'
55+
rubygems: '3.4'
5656
bundler-cache: true
5757
- name: Install Dependencies
5858
run: make install

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: ruby/setup-ruby@v1
1414
with:
15-
ruby-version: '3.3'
16-
rubygems: '3.3.0'
15+
ruby-version: '3.4'
16+
rubygems: '3.4'
1717
bundler-cache: true
1818
- name: Build Package
1919
run: make install build

0 commit comments

Comments
 (0)