Skip to content

Commit

Permalink
Update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Jan 30, 2025
1 parent 7a6d88a commit bc92adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.1', '3.2', '3.3' ]
ruby: [ '3.2', '3.3', '3.4' ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gem-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7.4', '3.0', '3.3' ]
ruby: [ '2.7.4', '3.1', '3.4' ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bc92adc

Please sign in to comment.