Skip to content

Commit b7de1e5

Browse files
committed
Drop Ruby 2.5 as well
1 parent 3573c3c commit b7de1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-20.04, macos-latest, windows-2019]
1212
# 3.0 is interpreted as 3
13-
ruby: [2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3]
13+
ruby: [2.6, 2.7, "3.0", 3.1, 3.2, 3.3]
1414
exclude:
1515
- { os: windows-2019, ruby: 2.2 }
1616
- { os: windows-2019, ruby: 2.3 }

0 commit comments

Comments
 (0)