We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bc248 commit d147ce2Copy full SHA for d147ce2
1 file changed
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [ubuntu-latest, macos-latest, windows-latest]
16
- ruby: ["3.2", "3.3", "3.4", "4.0"]
+ ruby: ["3.3", "3.4", "4.0"]
17
runs-on: ${{ matrix.os }}
18
steps:
19
- uses: actions/checkout@v6
0 commit comments