Skip to content

Commit

Permalink
Run test suite against Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evanleck committed Feb 1, 2023
1 parent 075d204 commit c80e61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [3.1, '3.0', 2.7, 2.6, 2.5]
ruby-version: [3.2, 3.1, '3.0', 2.7, 2.6, 2.5]

# From https://docs.github.com/en/actions/guides/creating-redis-service-containers
services:
Expand Down

0 comments on commit c80e61a

Please sign in to comment.