Skip to content

Commit

Permalink
Add Ruby 3.2 to CI (#193)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #193

Test Plan: n/a

Reviewed By: alanho

Differential Revision: D43473331

Pulled By: stcheng

fbshipit-source-id: bc123bc9a802adbab602ac967cad987350df38d7
  • Loading branch information
dipth authored and facebook-github-bot committed Mar 7, 2023
1 parent 701a74b commit 37521b0
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 @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
version: ['3.0']
version: ['3.0', '3.2']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 37521b0

Please sign in to comment.