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 0f8532f commit bc7572fCopy full SHA for bc7572f
.github/workflows/tests-linting.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false # Allows both ruby versions to run before failing
22
matrix:
23
- ruby: ['2.5', '3.0']
+ ruby: ['2.5', '3.1']
24
25
steps:
26
- uses: actions/checkout@master
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
# is this the same commit hash we saw in commit?
0 commit comments