Skip to content

Commit 2882dec

Browse files
committed
add support for ruby 3.4.0
fix #12 #20 #21
1 parent b6a5995 commit 2882dec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest]
23-
ruby: ['2.7', '3.2', '3.3']
23+
ruby: ['2.7', '3.2', '3.3', '3.4']
2424
runs-on: ${{ matrix.os }}
2525

2626
steps:

.github/workflows/cross-compile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232

3333
- uses: ruby/setup-ruby@v1
3434
with:
35-
ruby-version: "3.3"
35+
ruby-version: "3.4"
3636

3737
- uses: oxidize-rb/actions/cross-gem@v1
3838
id: cross-gem
3939
with:
4040
platform: ${{ matrix.platform }}
41-
ruby-versions: 2.7,3.0,${{ join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions) }}
41+
ruby-versions: "2.7,3.0,3.1,3.2,3.3,3.4"
4242

4343
- uses: actions/upload-artifact@v4
4444
with:

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.4.0

0 commit comments

Comments
 (0)