We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abad34 commit 168d7b5Copy full SHA for 168d7b5
1 file changed
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- ruby-version: ["2.5", "2.6"]
+ ruby-version: ["2.6"]
15
steps:
16
- name: Checkout code
17
uses: actions/checkout@v1
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
@@ -74,9 +74,7 @@ jobs:
74
75
76
77
- # 2.7 and 3.0 fail at the moment
78
- # ruby-version: ["2.5", "2.6", "2.7", "3.0"]
79
80
81
82
0 commit comments