Skip to content

Commit

Permalink
Add ruby 3.2 to test suite (#1755)
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Aug 9, 2023
1 parent fc2e92b commit ca630ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
ruby-version: [2.6, 2.7, '3.0', 3.1]
ruby-version: [2.6, 2.7, '3.0', 3.1, 3.2]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ca630ef

Please sign in to comment.