Skip to content

Commit

Permalink
update ruby to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Jan 9, 2024
1 parent 8684cda commit a1af421
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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']
ruby: ['2.7', '3.3']
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3

- uses: oxidize-rb/actions/cross-gem@v1
id: cross-gem
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0

0 comments on commit a1af421

Please sign in to comment.