We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9752c commit ad20d82Copy full SHA for ad20d82
.github/workflows/rubocop.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- ruby: [3.0, 3.1, 3.2]
+ ruby: [3.0, 3.1, 3.2, 3.3]
15
16
runs-on: ubuntu-latest
17
0 commit comments