mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add ubuntu-20.04 and rename to ubuntu-18.04 from ubuntu-latest
This commit is contained in:
parent
97614c5521
commit
454e8120db
Notes:
git
2020-06-14 14:01:00 +09:00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
test_task: [ "check", "test-bundler-parallel", "test-bundled-gems", "test-all TESTS=--repeat-count=2", "leaked-globals" ]
|
||||
os: [ubuntu-latest, ubuntu-16.04]
|
||||
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
|
||||
debug: ["", "-DRUBY_DEBUG"]
|
||||
exclude:
|
||||
- test_task: test-bundler-parallel
|
||||
|
|
Loading…
Add table
Reference in a new issue