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