Skip to content

Commit

Permalink
add support for ruby 3.4.0
Browse files Browse the repository at this point in the history
fix #12 #20 #21
  • Loading branch information
jonian committed Jan 15, 2025
1 parent b6a5995 commit 2882dec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ruby: ['2.7', '3.2', '3.3']
ruby: ['2.7', '3.2', '3.3', '3.4']
runs-on: ${{ matrix.os }}

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: "3.4"

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

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.4.0

0 comments on commit 2882dec

Please sign in to comment.