We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af21daf commit d7a42d8Copy full SHA for d7a42d8
.github/workflows/actions.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- ruby: ['2.7', '3.0', '3.1']
+ ruby: ['2.7', '3.0', '3.1', '3.2']
13
name: ${{ matrix.ruby }} rake
14
steps:
15
- uses: actions/checkout@v2
0 commit comments