Skip to content

Commit

Permalink
Merge pull request #486 from sylhare/update-ruby
Browse files Browse the repository at this point in the history
Update ruby version ci tests
  • Loading branch information
sylhare authored Jan 30, 2025
2 parents 7a6d88a + bc92adc commit 7bf6ea5
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 7bf6ea5

Please sign in to comment.