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
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…
x
Reference in New Issue
Block a user