Skip to content

Commit

Permalink
add Ruby 3.3 support (#12, rggen/rggen#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani authored Dec 26, 2023
1 parent 2e0046b commit d76ff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
ruby: ['3.2', '3.1', '3.0']
ruby: ['3.3', '3.2', '3.1', '3.0']
frozen_string_literal: ['yes', 'no']

env:
Expand Down

0 comments on commit d76ff85

Please sign in to comment.