We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d747b8 commit 9358887Copy full SHA for 9358887
1 file changed
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
os: [ubuntu-latest, macos-latest]
9
- ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
+ ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
10
runs-on: ${{ matrix.os }}
11
steps:
12
- uses: actions/checkout@v4
0 commit comments