Skip to content

Commit

Permalink
CI: use Ruby 3.2, 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Oct 14, 2024
1 parent ce08b4b commit 1d5888d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
- 2.7
- '3.0'
- 3.1
- 3.2
- 3.3
- jruby-9.2
- jruby-9.3

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 1d5888d

Please sign in to comment.