Skip to content

Commit

Permalink
Now that doctest2 is used, run CI also on Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy committed May 12, 2023
1 parent f304414 commit 83e3796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# NOTE: Ruby 3.2 is not in here, as `doctest-core` first needs to be updated to support it
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@v3
Expand Down

0 comments on commit 83e3796

Please sign in to comment.