Skip to content

Commit e16528e

Browse files
committed
Test all Ruby minor versions
* Skip tests on the older ubuntu-16.04 to have a reasonable number of jobs
1 parent 11238a2 commit e16528e

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
@@ -14,9 +14,9 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ ubuntu-16.04, ubuntu-18.04, macos-latest, windows-latest ]
17+
os: [ ubuntu-latest, macos-latest, windows-latest ]
1818
# Use various version syntaxes here for testing
19-
ruby: [ 2.2, 2.3, .ruby-version, .tool-versions, ruby-head, jruby-9.1, jruby, jruby-head, truffleruby, truffleruby-head ]
19+
ruby: [ 2.2, 2.3, 2.4, 2.5, 2.6.5, 2.7, ruby-head, jruby-9.1, jruby, jruby-head, truffleruby, truffleruby-head ]
2020
exclude:
2121
- os: windows-latest
2222
ruby: truffleruby

0 commit comments

Comments
 (0)