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.
2 parents 18558c6 + ad3abb8 commit 0ae1dd8Copy full SHA for 0ae1dd8
.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