summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-06-14 11:15:23 +0900
committerKazuhiro NISHIYAMA <znz@users.noreply.github.com>2020-06-14 14:00:37 +0900
commit454e8120dbd4216f6da641e0b4d996710ad2ebc6 (patch)
treeffa8b47b7e43a1c03b9f903764225a42497d4ce2
parent97614c55215afcc834c78aa27e34388cd0ca4c84 (diff)
Add ubuntu-20.04 and rename to ubuntu-18.04 from ubuntu-latest
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3222
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 9109cb1246..9f588f0fec 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -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