Skip to content

Commit da066bb

Browse files
authored
Update ruby versions in CI (#923)
1 parent 8309caa commit da066bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
ruby: [ 'head', '3.1', '3.0', '2.7', '2.6' ]
9+
ruby: [ 'head', '3.1', '3.0', '2.7' ]
1010
os:
1111
- windows-latest
1212
- ubuntu-latest
1313
include:
14-
- { ruby: '2.7', os: 'macos-latest' }
14+
- { ruby: '3.1', os: 'macos-latest' }
1515
- { ruby: 'jruby-9.2.19.0', os: 'ubuntu-latest' }
1616
runs-on: ${{ matrix.os }}
1717
steps:

0 commit comments

Comments
 (0)