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 1efde69 commit be6ef13Copy full SHA for be6ef13
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
os: [ ubuntu-latest, macos-latest ] # , windows-latest ]
22
- ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]
+ ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3" ]
23
24
name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}
25
steps:
0 commit comments