Skip to content

Commit 076abcc

Browse files
committed
ci: update ruby versions to test
Remove 2.3 and include 2.7 at versions which the macOS builds do support.
1 parent 66678cb commit 076abcc

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ruby: [ '2.3.7', '2.4.6', '2.5.5', '2.6.3' ]
15+
ruby: [ '2.4.9', '2.5.7', '2.6.5', '2.7.0' ]
1616
os: [ ubuntu-18.04, macOS-10.14 ]
1717

1818
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)