We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b101e52 commit 5907f21Copy full SHA for 5907f21
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: [ ubuntu-latest, macos-latest ] # , windows-latest ]
13
- ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1" ]
+ ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]
14
15
name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}
16
steps:
0 commit comments