We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3013a62 commit 5463db0Copy full SHA for 5463db0
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- ruby: [3.0, 3.1, 3.2]
+ ruby: ['3.0', '3.1', '3.2']
15
gemfile:
16
- gemfiles/rails_6_1.gemfile
17
- gemfiles/rails_7_0.gemfile
0 commit comments