Skip to content

Commit

Permalink
Run CI on latest Ruby versions
Browse files Browse the repository at this point in the history
Ruby 2.7 and 3.0 have reached EOL and JRuby 9.4.7 has been released.
  • Loading branch information
Pontus4 committed Jun 12, 2024
1 parent 7cd26b9 commit caaf002
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 caaf002

Please sign in to comment.