Skip to content

Commit

Permalink
Add ruby 3.3 as a testing target (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
djbender authored Apr 3, 2024
1 parent 86fa5b1 commit ac3cb15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- 3.0
- 3.1
- 3.2
- 3.3
- head
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -80,7 +81,7 @@ jobs:

- uses: ruby/[email protected]
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true

- name: Yard documents
Expand Down

0 comments on commit ac3cb15

Please sign in to comment.