Skip to content

Commit

Permalink
Merge pull request #60 from petergoldstein/feature/add_ruby_3_2_to_ci
Browse files Browse the repository at this point in the history
Add Ruby 3.2 to the CI matrix
  • Loading branch information
westonganger authored Mar 6, 2023
2 parents c6f9c11 + 7be24f5 commit 8e7e7e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- ruby: 2.7
- ruby: "3.0" ### must be quoted otherwise will be treated as "3" which resolves to latest 3.x version
- ruby: 3.1
- ruby: 3.2

### RAILS VERSION TESTING
- ruby: 2.6
Expand Down

0 comments on commit 8e7e7e5

Please sign in to comment.