We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4062ba0 commit aee30fcCopy full SHA for aee30fc
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- ruby_version: ["2.7","3.0","3.1","3.2"]
+ ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
11
os: ["ubuntu-latest","windows-latest","macos-latest"]
12
runs-on: ${{ matrix.os }}
13
steps:
0 commit comments