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 c1eaefc commit f3dba0aCopy full SHA for f3dba0a
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- ruby: [2.6, 2.7, 3.0, 3.1]
+ ruby: ['2.7', '3.0', '3.1', '3.2']
15
db_version: [5.7]
16
runs-on: ubuntu-latest
17
container:
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
db_version: [10]
46
47
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
image: ruby:${{ matrix.ruby }}
0 commit comments