We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0282eb commit a91a0c8Copy full SHA for a91a0c8
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- ruby-version: ['2.7','3.1','3.4']
+ ruby-version: ['2.7.4','3.1.0','head']
13
steps:
14
- uses: actions/checkout@v3
15
- name: Set up Ruby ${{ matrix.ruby-version }}
0 commit comments