Skip to content

Commit

Permalink
Merge pull request #100 from twingly/run-ci-on-latest-ruby-versions
Browse files Browse the repository at this point in the history
Run CI on latest Ruby versions
  • Loading branch information
Pontus4 authored Jun 12, 2024
2 parents 7cd26b9 + caaf002 commit e8c9865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-and-install-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.3

- name: Build and install gem
run: gem build *.gemspec && gem install *.gem
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7.6, 3.0.4, 3.1.2, jruby-9.3.7.0]
ruby: [3.1, 3.2, 3.3, jruby-9.3.14, jruby-9.4.7]

steps:
- name: Checkout code
Expand Down

0 comments on commit e8c9865

Please sign in to comment.