Skip to content

Commit a80a728

Browse files
committed
Disable Ruby 2.5 from CI due to bundler crashes (revisit when fixed?)
1 parent cc1c674 commit a80a728

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-20.04, macos-10.15, windows-2019]
12-
# 3.0 is interpreted as 3
13-
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1]
12+
# 3.0 is interpreted as 3. also disable 2.5 due to bundler crashes
13+
ruby: [2.2, 2.3, 2.4, 2.6, 2.7, "3.0", 3.1]
1414
exclude:
15-
- { os: windows-2019 , ruby: 2.2 }
16-
- { os: windows-2019 , ruby: 2.3 }
15+
- { os: windows-2019, ruby: 2.2 }
16+
- { os: windows-2019, ruby: 2.3 }
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2

0 commit comments

Comments
 (0)