Skip to content

Commit

Permalink
Merge pull request #798 from y-yagi/ci-against-ruby33
Browse files Browse the repository at this point in the history
CI against Ruby 3.3
  • Loading branch information
jnunemaker authored Mar 20, 2024
2 parents cdae411 + 7258080 commit 7e13fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- '3.0' # Quoted, to avoid YAML float 3.0 interplated to "3"
- 3.1
- 3.2
- 3.3
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit 7e13fd8

Please sign in to comment.