We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45e1e5 commit c114cd3Copy full SHA for c114cd3
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
fail-fast: false
43
matrix:
44
ruby: [2.5, 2.6, 2.7]
45
- db_version: [9.5]
+ db_version: [10]
46
runs-on: ubuntu-latest
47
container:
48
image: ruby:${{ matrix.ruby }}
0 commit comments