Skip to content

Commit

Permalink
Test on 3.2 explicitly, now that head is 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed Jun 18, 2023
1 parent 2e757ab commit 4e6ef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
ruby: [ '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head' ]
ruby: [ '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'ruby-head' ]

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

0 comments on commit 4e6ef1a

Please sign in to comment.