We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da06777 commit ad3abb8Copy full SHA for ad3abb8
.github/workflows/linux.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- ruby: [ '3.1', '3.0', '2.7', '2.6' ]
+ ruby: [ '3.2', '3.1', '3.0', '2.7' ]
16
os:
17
- ubuntu-latest
18
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
0 commit comments