We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebbf62 commit 0c2ade7Copy full SHA for 0c2ade7
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- ruby: [2.4, 2.5, 2.6, 2.7]
+ ruby: [2.5, 2.6, 2.7]
15
db_version: [5.7]
16
runs-on: ubuntu-latest
17
container:
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
db_version: [9.5]
46
47
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
image: ruby:${{ matrix.ruby }}
0 commit comments