We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462ba51 commit d7a0463Copy full SHA for d7a0463
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- ruby_version: ["2.7", "3.0", "3.1", "3.2"]
+ ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
12
os: ["ubuntu-latest","windows-latest","macos-latest"]
13
steps:
14
- uses: actions/checkout@v2
0 commit comments